rahulreshma commited on
Commit
d6f06aa
·
verified ·
1 Parent(s): e6a6d0f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ RUN mkdir $HOME/.cache $HOME/.config \
39
 
40
  # Set up the Conda environment
41
  ENV CONDA_AUTO_UPDATE_CONDA=false \
42
- # PATH=$HOME/miniconda/bin:$PATH
43
  RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh \
44
  && chmod +x ~/miniconda.sh \
45
  && ~/miniconda.sh -b -p ~/miniconda \
 
39
 
40
  # Set up the Conda environment
41
  ENV CONDA_AUTO_UPDATE_CONDA=false \
42
+ PATH=$HOME/miniconda/bin:$PATH
43
  RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh \
44
  && chmod +x ~/miniconda.sh \
45
  && ~/miniconda.sh -b -p ~/miniconda \