Skip to content

Commit

Permalink
Merge branch 'fix-sphinx'
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber committed Oct 24, 2024
2 parents 4af0fdc + 91aae25 commit cb87371
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 cb87371

Please sign in to comment.