Skip to content

Commit abebcdf

Browse files
author
Christopher Henry
committed
Trying adjusted dockerfile
1 parent 34f8018 commit abebcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ MAINTAINER [email protected]
1010
# https library that is out of date in the base image.
1111

1212
RUN pip install --upgrade pip
13+
RUN pip install chemw==0.3.2
1314

1415
# update security libraries in the base image
1516
RUN pip install cffi --upgrade \
@@ -31,7 +32,6 @@ RUN pip install --upgrade pip
3132
RUN pip install "numpy<1.24"
3233
RUN pip install cobra
3334
RUN pip install networkx
34-
RUN pip install chemw==0.3.2
3535
RUN pip install deepdiff
3636
RUN pip install h5py
3737

0 commit comments

Comments
 (0)