Skip to content

Commit 3585cc9

Browse files
committed
update: speed up Dockerfile build by removing openff
1 parent 547bf2a commit 3585cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get update \
3636
&& apt-get clean
3737

3838
# 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 && \
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 openbabel=3.1.1 && \
4040
conda clean -afy
4141

4242
# Set work directory

0 commit comments

Comments
 (0)