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
# Set conda package locationexport CONDA_PKGS_DIRS=$PDC_TMP/conda/pkgs
# Set Apptainer build path for temporarily pulling and converting imagesexport APPTAINER_CACHE=$PDC_TMP/apptainer/cache
export SINGULARITY_CACHE=$PDC_TMP/singularity/cache
PDC_TMP points to the scratch space on Dardel which has no quota and a 30 day limit before a file is deleted if not used.
We can start by adding a callout about setting $CONDA_PKGS_DIRS on clusters, maybe just next to the callout about using -p to place the environment in a location outside of your home directory.
In the
.bashrc
it would be handy to add:PDC_TMP
points to the scratch space on Dardel which has no quota and a 30 day limit before a file is deleted if not used.Potentially useful conda information:
Disable base env activation, but allow
conda
to be used:The text was updated successfully, but these errors were encountered: