Skip to content

Commit

Permalink
Install nestml fix for nest verssion
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber committed Jul 17, 2024
1 parent d016e77 commit b2ee7da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3 -m pip install -r ${SRC_PATH}/nest-simulator-${NEST_VERSION}/requirements.txt && \
python3 -m pip install --upgrade nest-desktop && \
python3 -m pip install --upgrade scipy && \
python3 -m pip install --upgrade gsl wheel setuptools swig && \
python3 -m pip install nestml==8.0.0rc1 && \
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected] && \
python3 -m pip install --upgrade gsl wheel setuptools swig

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-server@git+https://github.com/babsey/[email protected] && \
python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/[email protected]

COPY entrypoint.sh /usr/local/bin/entrypoint.sh
Expand Down
1 change: 1 addition & 0 deletions src/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
cython3 \
freeglut3-dev \
git \
gosu \
jq \
less \
Expand Down

0 comments on commit b2ee7da

Please sign in to comment.