Skip to content

Commit

Permalink
Try pinning pip to 23.0.1
Browse files Browse the repository at this point in the history
As of 23.1, pip updated to no longer allow how all biosimulations projects are installed.
  • Loading branch information
luciansmith committed Jun 23, 2023
1 parent becea98 commit 3e7ce57
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 @@ -45,7 +45,7 @@ RUN apt-get update -y \

# Copy code for command-line interface into image and install it
COPY . /root/Biosimulators_AMICI
RUN pip install sympy
RUN pip install pip==23.0.1
RUN pip install /root/Biosimulators_AMICI \
&& rm -rf /root/Biosimulators_AMICI
RUN pip install amici==${SIMULATOR_VERSION}
Expand Down

0 comments on commit 3e7ce57

Please sign in to comment.