File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,8 @@ def _add_local_image(
146
146
147
147
else :
148
148
# Destination for container in registry
149
- dest_dir = self .settings .container_base or os .path .dirname (container_yaml )
149
+ container_dir = self .container_dir (name )
150
+ dest_dir = container_dir or os .path .dirname (container_yaml )
150
151
151
152
# The destination container in the registry folder
152
153
container_name = "%s.sif" % container_digest
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ container_tech: singularity
16
16
# Registry Recipes (order of GitHub providers or paths here is honored for search path))
17
17
# To reference a path in the $PWD of the shpc install use $root_dir (e.g., $root_dir/registry)
18
18
# Please preserve the flat list format for the yaml loader
19
- registry : [https://github.com/singularityhub /shpc-registry]
19
+ registry : [/home/vanessa/Desktop/Code /shpc-registry]
20
20
21
21
# Registry to sync from (only to a filesystem registry supported)
22
22
sync_registry : https://github.com/singularityhub/shpc-registry
@@ -106,3 +106,4 @@ container_features:
106
106
# defaults to ~/.Xauthority if set to true and the container has x11: true
107
107
home : # one of null, or a single path or src:dest path.
108
108
# home: true in a container.yaml will use this path, if defines
109
+ updated_at : ' 2023-07-03T18:11:46Z'
You can’t perform that action at this time.
0 commit comments