Skip to content

Commit

Permalink
Fix pygsl installation (#246)
Browse files Browse the repository at this point in the history
* Merge build and deploy to fix deploy problems

* Add nest-server requirements

* Fix nest-desktop and compose file

* Add v3.7

* Remove test

* Add v3.7 to readme

* Fix nestml version and add pygsl

* Install nestml fix for nest verssion

* Fix merging errors

* Deactivate build of 3.7 and 2.20.2 in CI

* Add rc2

* NEW Version 3.8

* Fix pygsl installation
  • Loading branch information
steffengraber authored Sep 26, 2024
1 parent 8bc8674 commit 044a608
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,12 @@ 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 nestml==8.0.0rc2

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]
RUN python3 -m pip install nestml==8.0.0rc2 && \
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
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 044a608

Please sign in to comment.