We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed143be commit 8cc6198Copy full SHA for 8cc6198
docker/Dockerfile
@@ -51,11 +51,12 @@ RUN source /venv/bin/activate && \
51
git clone https://github.com/adamjtaylor/auto-minerva.git -b minerva1point5 && \
52
git clone https://github.com/labsyspharm/minerva-author.git -b v1.14.0 && \
53
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
+ pip install \
+ openslide-python \
+ opencv-python-headless \
+ synapseclient \
+ mantel \
59
+ "ome_types>=0.4.2"
60
61
ENV VIRTUAL_ENV=/venv
62
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
0 commit comments