Skip to content

Commit

Permalink
allowing pip to install nuflux into the system path
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel committed Sep 17, 2024
1 parent 9e6a2a3 commit 1e630e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icetray_base/Dockerfile_base-devel-24.04
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN curl -L https://github.com/icecube/nuflux/archive/refs/tags/v2.0.4.tar.gz |
cd nuflux-2.0.4 && \
meson build && \
ninja -C build install && \
pip install .
pip install --break-system-packages .

# build SQuIDS
RUN curl -L https://github.com/jsalvado/SQuIDS/archive/refs/tags/v1.3.0.tar.gz | tar xz && \
Expand Down

0 comments on commit 1e630e2

Please sign in to comment.