Skip to content

Commit

Permalink
Another attempt to fix docker installation of pynbody
Browse files Browse the repository at this point in the history
  • Loading branch information
apontzen committed Sep 30, 2024
1 parent 2828e0b commit 5f94e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genetIC/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM ubuntu:24.04
COPY ./ /genetIC

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y g++-12 libgsl-dev libfftw3-dev python3-pip pkg-config libhdf5-serial-dev
RUN apt-get install -y git # temporary for installing pynbody from git, see line below
RUN pip3 install git+https://github.com/pynbody/pynbody.git --break-system-packages # should use a venv but this is simpler for now
RUN cd /genetIC && make clean && make

Expand Down

0 comments on commit 5f94e9e

Please sign in to comment.