Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -32,6 +32,7 @@ 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 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
|
|
|
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
|