Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 \
|