Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor authored Oct 11, 2023
1 parent e3cc14e commit 5374b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN source /venv/bin/activate && \
pip install opencv-python-headless \
pip install synapseclient \
pip install mantel \
pip install ome_types
pip install ome_types>=0.4.2

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

0 comments on commit 5374b22

Please sign in to comment.