We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547bf2a commit 3585cc9Copy full SHA for 3585cc9
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 openff-toolkit=0.16.0 openbabel=3.1.1 && \
+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 openbabel=3.1.1 && \
40
conda clean -afy
41
42
# Set work directory
0 commit comments