-
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
1 parent
e99a8a3
commit fe8fe76
Showing
2 changed files
with
4 additions
and
6 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM ubuntu:22.04 | ||
LABEL maintainer="[email protected]" | ||
|
||
ARG NEST_VERSION=3.8_rc1 | ||
ARG NEST_VERSION=3.8_rc2 | ||
ARG SRC_PATH=/tmp | ||
ARG CMAKE_C_COMPILER_LAUNCHER=ccache | ||
ARG CMAKE_CXX_COMPILER_LAUNCHER=ccache | ||
|
@@ -126,9 +126,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ | |
python3 -m pip install --upgrade gsl wheel setuptools swig | ||
|
||
#Latest update to nestml v8.0.0-rc1 | ||
RUN python3 -m pip install https://api.github.com/repos/nest/nestml/zipball/pull/1087/head | ||
|
||
# python3 -m pip install nestml==8.0.0rc1 && \ | ||
RUN python3 -m pip install nestml==8.0.0rc1 | ||
|
||
RUN python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected] && \ | ||
python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/[email protected] | ||
|