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 e86f4eb commit fc65227Copy full SHA for fc65227
Makefile
@@ -11,7 +11,7 @@ CONTAINER_VOLUME_MOUNT=-v ${PWD}:/code
11
CONTAINER_TEST_OPTIONS=--privileged $(CONTAINER_ENTRYPOINT) $(CONTAINER_INTERNAL_PYTHON_VENV) $(CONTAINER_ENVIRONMENT) $(CONTAINER_VOLUME_MOUNT)
12
13
APPTAINER_URL=ghcr.io/deic-hpc/cotainr-dev_env-apptainer-1.3.4:docker_dev_env_lint
14
-SINGULARITY_URL=ghcr.io/deic-hpc/cotainr-dev_env-singularity-ce-4.3.0:a0799f3dd059e2e1a3b6a7c5025944ebb38c92f01377d499461470f6db43b748
+SINGULARITY_URL=ghcr.io/deic-hpc/cotainr-dev_env-singularity-ce-4.3.0:docker_dev_env_lint
15
16
CONTAINER_URL=$(APPTAINER_URL)
17
0 commit comments