Skip to content

Commit

Permalink
Try with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Jul 3, 2024
1 parent 713536f commit c9cc514
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions singularity_build.def
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ From: ubuntu:22.04
python3-scipy \
python3-matplotlib \
cython3 \
jupyter-notebook \
fftw3 \
sqlite3 \
libxerces-c3.2 \
Expand All @@ -83,7 +82,7 @@ From: ubuntu:22.04
apt-get -y autoremove
apt-get -y clean

pip3 install cdsapi ecmwf-api-client astropy gammapy
pip3 install notebook cdsapi ecmwf-api-client astropy gammapy
pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

export G4DATADIR=/usr/share/Geant4/data
Expand Down

0 comments on commit c9cc514

Please sign in to comment.