Commit 101cccaf authored by Abraham, Subil's avatar Abraham, Subil
Browse files

peak build updates

parent c081241f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;