Skip to content

Commit

Permalink
Add nestml (#220)
Browse files Browse the repository at this point in the history
* Merge build and deploy to fix deploy problems

* Add Music  to NEST build

* Add test requirement

* Add testing requirements

* Choose test requirements from file
  • Loading branch information
steffengraber committed Mar 26, 2024
1 parent cc50f89 commit dc949df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/3.7rc1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
make && \
make install && \
python3 -m pip install --upgrade pip && \
python3 -m pip install -r ${SRC_PATH}/nest-simulator-${NEST_VERSION}/requirements_testing.txt && \
python3 -m pip install nest-desktop --pre && \
python3 -m pip uninstall nestml -y && \
python3 -m pip install --upgrade https://github.com/nest/nestml/archive/refs/heads/master.zip && \
python3 -m pip install --upgrade https://github.com/nest/nestml/archive/refs/tags/v7.0.1-rc1.zip && \
python3 -m pip install --force-reinstall --upgrade scipy

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 @@ -131,6 +131,7 @@ RUN mkdir ${SRC_PATH}/nest-build && cd $_ && \

# Install NESTML and more
RUN python3 -m pip install --upgrade pip && \
python3 -m pip install -r ${SRC_PATH}/nest-simulator-${NEST_VERSION}/requirements_testing.txt && \
python3 -m pip install nest-desktop --pre && \
python3 -m pip uninstall nestml -y && \
python3 -m pip install --upgrade https://github.com/nest/nestml/archive/refs/heads/master.zip
Expand Down

0 comments on commit dc949df

Please sign in to comment.