Skip to content

Commit

Permalink
feat: updated to Assimulu 3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Feb 27, 2022
1 parent d718a46 commit 6749542
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 @@ -27,7 +27,7 @@ RUN pip install pipenv \
RUN python -c "import matplotlib.font_manager"

# install assimulo because pipenv fails to install it
ARG ASSIMULO_VERSION=3.2.8
ARG ASSIMULO_VERSION=3.2.9
RUN pip install git+https://github.com/modelon-community/Assimulo.git@Assimulo-${ASSIMULO_VERSION}

CMD /bin/bash /xvfb-startup.sh ipython

0 comments on commit 6749542

Please sign in to comment.