Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jun 23, 2023
1 parent 7d407fd commit 2c09e28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ 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 sympy /root/Biosimulators_AMICI \ # amici==${SIMULATOR_VERSION} \
RUN pip install sympy /root/Biosimulators_AMICI \
&& rm -rf /root/Biosimulators_AMICI
#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 2c09e28

Please sign in to comment.