Commit
·
2c77dcc
1
Parent(s):
721b4ad
bump to python 3.11
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -47,7 +47,7 @@ RUN mkdir $HOME/.cache $HOME/.config \
|
|
47 |
# Set up the Conda environment
|
48 |
ENV CONDA_AUTO_UPDATE_CONDA=false \
|
49 |
PATH=$HOME/miniconda/bin:$PATH
|
50 |
-
RUN curl -sLo ~/miniconda.sh https://repo.
|
51 |
&& chmod +x ~/miniconda.sh \
|
52 |
&& ~/miniconda.sh -b -p ~/miniconda \
|
53 |
&& rm ~/miniconda.sh \
|
|
|
47 |
# Set up the Conda environment
|
48 |
ENV CONDA_AUTO_UPDATE_CONDA=false \
|
49 |
PATH=$HOME/miniconda/bin:$PATH
|
50 |
+
RUN curl -sLo ~/miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py311_24.4.0-0-Linux-x86_64.sh \
|
51 |
&& chmod +x ~/miniconda.sh \
|
52 |
&& ~/miniconda.sh -b -p ~/miniconda \
|
53 |
&& rm ~/miniconda.sh \
|