We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ed4b5 commit a6bd448Copy full SHA for a6bd448
1 file changed
Dockerfile
@@ -36,7 +36,7 @@ RUN apt-get update \
36
&& apt-get clean
37
38
# Install Conda dependencies
39
-RUN conda install -y -c conda-forge python=3.10 gcc=11.4.0 gxx=11.4.0 libstdcxx=14.1.0 libstdcxx-ng=14.1.0 libgcc=14.1.0 libgcc-ng=14.1.0 compilers=1.5.2 libconeangle=0.1.1 pybind11=3.0.0 && \
+RUN conda install -y -c conda-forge python=3.10 gcc=11.4.0 gxx=11.4.0 libstdcxx=14.1.0 libstdcxx-ng=14.1.0 libgcc=14.1.0 libgcc-ng=14.1.0 compilers=1.5.2 && \
40
conda clean -afy
41
42
# Set work directory
0 commit comments