binary1ne commited on
Commit
9454a13
·
verified ·
1 Parent(s): 7963577

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -52,9 +52,7 @@ RUN mkdir $HOME/.cache $HOME/.config \
52
  ENV CONDA_AUTO_UPDATE_CONDA=false \
53
  PATH=$HOME/miniconda/bin:$PATH
54
 
55
- # RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh \
56
-
57
- RUN curl -sLo ~/miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-py313_25.5.1-1-Linux-x86_64.sh \
58
  && chmod +x ~/miniconda.sh \
59
  && ~/miniconda.sh -b -p ~/miniconda \
60
  && rm ~/miniconda.sh \
 
52
  ENV CONDA_AUTO_UPDATE_CONDA=false \
53
  PATH=$HOME/miniconda/bin:$PATH
54
 
55
+ RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh \
 
 
56
  && chmod +x ~/miniconda.sh \
57
  && ~/miniconda.sh -b -p ~/miniconda \
58
  && rm ~/miniconda.sh \