Skip to content

Commit

Permalink
Explicitly install sympy.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jun 23, 2023
1 parent 3e0e2d9 commit 55406a5
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 @@ -46,7 +46,7 @@ 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 amici==${SIMULATOR_VERSION} \
RUN pip install sympy /root/Biosimulators_AMICI amici==${SIMULATOR_VERSION} \
&& rm -rf /root/Biosimulators_AMICI
ENV VERBOSE=0 \
MPLBACKEND=PDF
Expand Down

0 comments on commit 55406a5

Please sign in to comment.