davanstrien HF staff commited on
Commit
2c77dcc
·
1 Parent(s): 721b4ad

bump to python 3.11

Browse files
Files changed (1) hide show
  1. 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.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh \
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 \