Skip to content

Commit

Permalink
Fix numpy version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber authored Jul 22, 2024
1 parent dad7c9d commit c32243b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-matplotlib \
python3-mpi4py \
python3-nose \
python3-numpy \
python3-numpydoc \
python3-pandas \
python3-path \
python3-pip \
Expand All @@ -86,7 +84,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
vera++ \
wget && \
apt-get autoremove

RUN python3 -m pip install --force-reinstall --upgrade numpy<1.25.0 numpydoc
RUN python3 -m pip install --upgrade pip setuptools wheel mock
RUN python3 -m pip install --force-reinstall --upgrade --no-binary=h5py h5py
RUN ldconfig
Expand Down Expand Up @@ -150,8 +148,6 @@ RUN python3 -m pip install --upgrade pip && \
python3 -m pip install --upgrade https://github.com/nest/nestml/archive/refs/heads/master.zip && \
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected]

RUN python3 -m pip install --force-reinstall --upgrade scipy

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

Expand Down

0 comments on commit c32243b

Please sign in to comment.