-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dad7c9d
commit c32243b
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|