Skip to content

Commit

Permalink
Fix problem with the numpy installation (#249)
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 the mermaid installation with a patch and fix some doubles

* Fix numpy installation
  • Loading branch information
steffengraber authored Oct 24, 2024
1 parent 62eb3f3 commit 5e4a4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-jupyter-core \
python3-mpi4py \
python3-nose \
python3-pandas \
python3-path \
python3-pip \
python3-pytest \
Expand Down Expand Up @@ -127,7 +126,8 @@ RUN mkdir ${SRC_PATH}/nest-build && cd $_ && \
#Latest update to nestml v8.0.0-rc1
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]
python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/[email protected] && \
python3 -m pip install pandas "numpy<=1.26"

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

0 comments on commit 5e4a4ed

Please sign in to comment.