Skip to content

Commit d177fbb

Browse files
committed
added procps package to allow better monitoring
1 parent ee54bef commit d177fbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile-rdkit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ LABEL maintainer="Tim Dudgeon<[email protected]>"
33

44
USER root
55

6-
# install pipelines python modules
7-
RUN apt-get -y update && apt-get -y install zip unzip
6+
# install required packages
7+
RUN apt-get -y update && apt-get -y install zip unzip procps
88

99
# Copy the pipeline implementation into the image
1010
COPY src/python /opt/python
1111
RUN pip install -e /opt/python
12-
# And the pipeline-utilities
12+
# And the pip packages including pipeline-utilities and im-pipelines-utils-rdkit
1313
RUN pip install molvs standardiser matplotlib im-pipelines-utils==2.2.* im-pipelines-utils-rdkit==1.4.*

0 commit comments

Comments
 (0)