Loading tensorflowimage-centos-cuda/build_on_peak.sh +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ module purge module load DefApps module load gcc/9.1.0 export XDG_CACHE_HOME=/gpfs/alpine/stf007/world-shared/subil/podman-cache; export XDG_CACHE_HOME=/gpfs/alpine/stf007/world-shared/subil/tmp/podman-cache; # this is needed because dnf will fail saying that it can't create a file. # this is needed because a dnf install step during the container build will fail saying that it can't create a file. # Said file might have been created in previous build attempts and so needs to be cleared. rm -rf /var/cache/dnf; ulimit -n 262144; Loading Loading
tensorflowimage-centos-cuda/build_on_peak.sh +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ module purge module load DefApps module load gcc/9.1.0 export XDG_CACHE_HOME=/gpfs/alpine/stf007/world-shared/subil/podman-cache; export XDG_CACHE_HOME=/gpfs/alpine/stf007/world-shared/subil/tmp/podman-cache; # this is needed because dnf will fail saying that it can't create a file. # this is needed because a dnf install step during the container build will fail saying that it can't create a file. # Said file might have been created in previous build attempts and so needs to be cleared. rm -rf /var/cache/dnf; ulimit -n 262144; Loading