Skip to content

Commit

Permalink
Move back to using pypi pynbody
Browse files Browse the repository at this point in the history
Now that linux aarch64 wheels are available, this should work
  • Loading branch information
apontzen authored Oct 6, 2024
1 parent 5f94e9e commit 962cd2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions genetIC/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +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 pip3 install --pre pynbody --break-system-packages # should use a venv but this is simpler for now
RUN cd /genetIC && make clean && make

ENTRYPOINT ["/genetIC/genetIC"]

0 comments on commit 962cd2e

Please sign in to comment.