Skip to content

Commit

Permalink
update apptainer.registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Proginski committed Jul 9, 2024
1 parent 4e5172c commit 2aeefa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ profiles {
// Set default registry for Apptainer, Docker, Podman and Singularity independent of -profile
// Will not be used unless Apptainer / Docker / Podman / Singularity are enabled
// Set to your registry if you have a mirror of containers
apptainer.registry = 'quay.io'
apptainer.registry = ''
docker.registry = ''
podman.registry = 'quay.io'
singularity.registry = 'quay.io'
podman.registry = ''
singularity.registry = ''

// Export these variables to prevent local Python/R libraries from conflicting with those in the container
// The JULIA depot path has been adjusted to a fixed path `/usr/local/share/julia` that needs to be used for packages in the container.
Expand Down

0 comments on commit 2aeefa2

Please sign in to comment.