We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f271ae commit 4553cc4Copy full SHA for 4553cc4
shpc/main/container/singularity.py
@@ -146,7 +146,8 @@ def _add_local_image(
146
147
else:
148
# Destination for container in registry
149
- dest_dir = self.settings.container_base or os.path.dirname(container_yaml)
+ container_dir = self.container_dir(name)
150
+ dest_dir = container_dir or os.path.dirname(container_yaml)
151
152
# The destination container in the registry folder
153
container_name = "%s.sif" % container_digest
0 commit comments