Skip to content

Commit

Permalink
fix SIF file name
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Mar 8, 2024
1 parent ab8b207 commit 1d050c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hostname
slurm_resources

SINGULARITY_CACHE_DIR="/scratch1/users/${USER}"
SIF_NAME="ocrd_all_maximum_image_new.sif"
SIF_NAME="ocrd_all_maximum_image.sif"
OCRD_ALL_MAXIMUM_IMAGE="docker://ocrd/all:latest"

if [ ! -d "${SINGULARITY_CACHE_DIR}" ]; then
Expand Down

0 comments on commit 1d050c3

Please sign in to comment.