Skip to content

Commit

Permalink
fix: container-resolvers-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 20, 2023
1 parent a492e52 commit 14a9b5d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions topics/admin/tutorials/apptainer/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,17 +235,17 @@ Now, we will configure Galaxy to run tools using Apptainer containers, which wil
> --- /dev/null
> +++ b/templates/galaxy/config/container_resolvers_conf.yml.j2
> @@ -0,0 +1,11 @@
> +container_resolvers:
> + - type: cached_explicit_singularity
> + cache_directory: "{{ galaxy_mutable_data_dir }}/cache/singularity/explicit/"
> + - type: cached_mulled_singularity
> + cache_directory: "{{ galaxy_mutable_data_dir }}/cache/singularity/mulled/"
> + - type: mulled_singularity
> + auto_install: False
> + cache_directory: "{{ galaxy_mutable_data_dir }}/cache/singularity/mulled/"
> + - type: build_mulled_singularity
> + auto_install: False
> + cache_directory: "{{ galaxy_mutable_data_dir }}/cache/singularity/built/"
> +
> +- type: cached_explicit_singularity
> + cache_directory: "{{ galaxy_mutable_data_dir }}/cache/singularity/explicit/"
> +- type: cached_mulled_singularity
> + cache_directory: "{{ galaxy_mutable_data_dir }}/cache/singularity/mulled/"
> +- type: mulled_singularity
> + auto_install: False
> + cache_directory: "{{ galaxy_mutable_data_dir }}/cache/singularity/mulled/"
> +- type: build_mulled_singularity
> + auto_install: False
> + cache_directory: "{{ galaxy_mutable_data_dir }}/cache/singularity/built/"
> {% endraw %}
> ```
> {: data-commit="Configure the container resolver"}
Expand Down

0 comments on commit 14a9b5d

Please sign in to comment.