Skip to content

Commit

Permalink
pin working pip version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-rosenthal committed Feb 7, 2022
1 parent c0a30d6 commit 20c84df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ COPY pathml/ /opt/pathml/pathml
COPY tests/ /opt/pathml/tests

# install pathml and deepcell
RUN pip3 install --upgrade pip \
RUN pip3 install pip==21.3.1 \
&& pip3 install numpy==1.19.5 spams \
&& pip3 install python-bioformats==4.0.0 deepcell /opt/pathml/ pytest

Expand Down

0 comments on commit 20c84df

Please sign in to comment.