You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking inside the GEANT4 build as a result of the docker file we see /root/GEANT4 is sitting at 1.7 GB - but a lot of that is (I assume) .o files and the like - which could probably be deleted (??).
The install procedure seems to put g4 executables in all sorts of other places.
root@ba9f67280bd2:~# du -h --max-depth=1
1.7G ./GEANT4
1.7G .
root@ba9f67280bd2:~#
The text was updated successfully, but these errors were encountered:
Looking inside the GEANT4 build as a result of the docker file we see /root/GEANT4 is sitting at 1.7 GB - but a lot of that is (I assume) .o files and the like - which could probably be deleted (??).
The install procedure seems to put g4 executables in all sorts of other places.
The text was updated successfully, but these errors were encountered: