YoBatM commited on
Commit
4a01185
·
verified ·
1 Parent(s): 2781b5c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -32,8 +32,9 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -
32
  RUN chmod 777 miniconda.sh
33
  RUN export PATH="$PATH;/root/miniconda3/bin"
34
  ENV PATH="$PATH;/root/miniconda3/bin"
35
- RUN find /root/miniconda3 -name "libstdc++.so*"
36
  RUN bash miniconda.sh -b
 
37
  RUN /root/miniconda3/bin/conda install -c conda-forge libstdcxx-ng=12
38
  # Install dependencies and build app as non-root
39
  USER pn
 
32
  RUN chmod 777 miniconda.sh
33
  RUN export PATH="$PATH;/root/miniconda3/bin"
34
  ENV PATH="$PATH;/root/miniconda3/bin"
35
+
36
  RUN bash miniconda.sh -b
37
+ RUN find /root/miniconda3 -name "libstdc++.so*"
38
  RUN /root/miniconda3/bin/conda install -c conda-forge libstdcxx-ng=12
39
  # Install dependencies and build app as non-root
40
  USER pn