Skip to content

Commit

Permalink
pin spams 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 1ad212c commit acaef6c
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 @@ -44,7 +44,7 @@ COPY tests/ /opt/pathml/tests

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

# run tests to verify container
Expand Down

0 comments on commit acaef6c

Please sign in to comment.