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 cfa4af6 commit f85c524Copy full SHA for f85c524
Dockerfile-obabel
@@ -9,7 +9,7 @@ USER root
9
10
# Copy the obabel pipeline implementation into the image
11
COPY src/python /opt/python-obabel
12
-RUN apt-get install -y --no-install-recommends python-setuptools gzip python-pip && pip install -e /opt/python-obabel
+RUN apt-get update && apt-get install -y --no-install-recommends python-setuptools gzip python-pip && pip install -e /opt/python-obabel
13
# And the pip packages including pipeline-utilities and im-pipelines-utils-rdkit
14
RUN pip install im-pipelines-utils==2.2.* im-pipelines-utils-rdkit==1.4.*
15
0 commit comments