Skip to content

Commit

Permalink
Ugrade nestml server (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
babsey authored Dec 10, 2024
1 parent 3680a38 commit c030f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ python3 -m pip install --upgrade gsl wheel setuptools swig

#Latest update to nestml v8.0.0-rc3
RUN python3 -m pip install nestml==8.0.0rc3 && \
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected]b6 && \
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected]b8 && \
python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/[email protected]

COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh

COPY test-nest.sh /opt/test-nest.sh
RUN chmod +x /opt/test-nest.sh
Expand Down

0 comments on commit c030f88

Please sign in to comment.