Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -53,7 +53,7 @@ RUN mkdir $HOME/.cache $HOME/.config \
|
|
| 53 |
ENV CONDA_AUTO_UPDATE_CONDA=false \
|
| 54 |
PATH=$HOME/miniconda/bin:$PATH
|
| 55 |
# RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh \
|
| 56 |
-
RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py313_25.5.1-0-
|
| 57 |
&& chmod +x ~/miniconda.sh \
|
| 58 |
&& ~/miniconda.sh -b -p ~/miniconda \
|
| 59 |
&& rm ~/miniconda.sh \
|
|
|
|
| 53 |
ENV CONDA_AUTO_UPDATE_CONDA=false \
|
| 54 |
PATH=$HOME/miniconda/bin:$PATH
|
| 55 |
# RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh \
|
| 56 |
+
RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py313_25.5.1-0-Linux-x86_64.sh \
|
| 57 |
&& chmod +x ~/miniconda.sh \
|
| 58 |
&& ~/miniconda.sh -b -p ~/miniconda \
|
| 59 |
&& rm ~/miniconda.sh \
|