-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
- original issue came up in
- troubleshooted to needing to use -arm64 based images from https://quay.io/repository/singularity/singularity?tab=tags
so we need to
- establish building both amd64 and arm64 docker images (now only amd64 and likely not automated)
- adjust singularity_cmd to switch to
-arm64
wheneveruname -m
says arm64.
NB I was wondering if we could move provisioning of image we do in https://github.com/ReproNim/containers/blob/master/scripts/Dockerfile.singularity-shim to somehow to be done at initial run-time -- then we could avoid needing to build our image at all. But it would also make it less trivial to update and harder to troubleshoot. so let's stay with built images but may be move over to quay.io for them
Metadata
Metadata
Assignees
Labels
No labels