We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee54bef commit d177fbbCopy full SHA for d177fbb
Dockerfile-rdkit
@@ -3,11 +3,11 @@ LABEL maintainer="Tim Dudgeon<[email protected]>"
3
4
USER root
5
6
-# install pipelines python modules
7
-RUN apt-get -y update && apt-get -y install zip unzip
+# install required packages
+RUN apt-get -y update && apt-get -y install zip unzip procps
8
9
# Copy the pipeline implementation into the image
10
COPY src/python /opt/python
11
RUN pip install -e /opt/python
12
-# And the pipeline-utilities
+# And the pip packages including pipeline-utilities and im-pipelines-utils-rdkit
13
RUN pip install molvs standardiser matplotlib im-pipelines-utils==2.2.* im-pipelines-utils-rdkit==1.4.*
0 commit comments