Skip to content

Commit

Permalink
Amici should have already been installed?
Browse files Browse the repository at this point in the history
Install it explicitly, but it shouldn't make a difference.
  • Loading branch information
luciansmith committed Jun 23, 2023
1 parent 3e7ce57 commit 3e0e2d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ RUN apt-get update -y \
# Copy code for command-line interface into image and install it
COPY . /root/Biosimulators_AMICI
RUN pip install pip==23.0.1
RUN pip install /root/Biosimulators_AMICI \
RUN pip install /root/Biosimulators_AMICI amici==${SIMULATOR_VERSION} \
&& rm -rf /root/Biosimulators_AMICI
RUN pip install amici==${SIMULATOR_VERSION}
ENV VERBOSE=0 \
MPLBACKEND=PDF

Expand Down

0 comments on commit 3e0e2d9

Please sign in to comment.