YoBatM commited on
Commit
6312e92
·
verified ·
1 Parent(s): f22329d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,7 +33,7 @@ RUN chmod 777 miniconda.sh
33
  RUN export PATH="$PATH;/root/miniconda3/bin"
34
  ENV PATH="$PATH;/root/miniconda3/bin"
35
  RUN bash miniconda.sh -b
36
- RUN conda install -c conda-forge libstdcxx-ng=12
37
  # Install dependencies and build app as non-root
38
  USER pn
39
  ENV HOME=/home/pn \
 
33
  RUN export PATH="$PATH;/root/miniconda3/bin"
34
  ENV PATH="$PATH;/root/miniconda3/bin"
35
  RUN bash miniconda.sh -b
36
+ RUN /root/miniconda3/bin/conda install -c conda-forge libstdcxx-ng=12
37
  # Install dependencies and build app as non-root
38
  USER pn
39
  ENV HOME=/home/pn \