Skip to content

Commit 8cc6198

Browse files
authored
Fix dockerfile
1 parent ed143be commit 8cc6198

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docker/Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ RUN source /venv/bin/activate && \
5151
git clone https://github.com/adamjtaylor/auto-minerva.git -b minerva1point5 && \
5252
git clone https://github.com/labsyspharm/minerva-author.git -b v1.14.0 && \
5353
pip install git+https://github.com/labsyspharm/minerva-lib-python@master#egg=minerva-lib && \
54-
pip install openslide-python && \
55-
pip install opencv-python-headless \
56-
pip install synapseclient \
57-
pip install mantel \
58-
pip install ome_types>=0.4.2
54+
pip install \
55+
openslide-python \
56+
opencv-python-headless \
57+
synapseclient \
58+
mantel \
59+
"ome_types>=0.4.2"
5960

6061
ENV VIRTUAL_ENV=/venv
6162
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

0 commit comments

Comments
 (0)