-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|