Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -34,6 +34,7 @@ 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
|
|
|
34 |
ENV PATH="$PATH;/root/miniconda3/bin"
|
35 |
|
36 |
RUN bash miniconda.sh -b
|
37 |
+
RUN cp /root/miniconda3/lib/libstdc++.so.6 /lib/x86_64-linux-gnu/libstdc++.so.6
|
38 |
RUN find /root/miniconda3 -name "libstdc++.so*"
|
39 |
RUN /root/miniconda3/bin/conda install -c conda-forge libstdcxx-ng=12
|
40 |
# Install dependencies and build app as non-root
|