Skip to content

Commit

Permalink
Dockerfile.RoR: update pip and spacepy version
Browse files Browse the repository at this point in the history
Rebuilding the image was failing due to pip/python
changes. The pip update fixes that. New SpacePy was
grabbed for QoL updates.
  • Loading branch information
drsteve committed Sep 20, 2024
1 parent 42a1acc commit 8508522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.RoR
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ENV PERL5LIB=.
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y ssh make gcc git g++ gfortran libopenmpi-dev openmpi-bin libgsl-dev libgsl23 gsl-bin libgsl-dbg libnetcdf-dev libnetcdff-dev nco netcdf-bin python3 python3-pip python-is-python3

RUN pip install numpy==1.21 && pip install spacepy==0.4.1 && pip install netCDF4
RUN pip install --upgrade pip
RUN pip install numpy==1.21 && pip install spacepy==0.6.0 && pip install netCDF4

COPY flux-model /SHIELDS/flux-model
WORKDIR /SHIELDS/flux-model
Expand Down

0 comments on commit 8508522

Please sign in to comment.