Skip to content

Commit

Permalink
/opt/slurm/bin/slurm-start-dockerd.sh full path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 11, 2024
1 parent 1fc74e7 commit 4bc930d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allocate-ephemeral-runner-from-apptainer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ log "INFO Created and set permissions for parent directory (Duration: $(($end_ti

log "INFO Starting Docker on Slurm"
start_time=$(date +%s)
slurm-start-dockerd.sh
/opt/slurm/bin/slurm-start-dockerd.sh
export DOCKER_HOST=unix:///tmp/run/docker.sock
if [ $? -ne 0 ]; then
log "ERROR Docker failed to start (non-zero exit code)"
Expand Down

0 comments on commit 4bc930d

Please sign in to comment.