Skip to content

Commit 3dca6d5

Browse files
committed
fix: other slurm image
1 parent 32d1e69 commit 3dca6d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-github.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
slurm:
5-
image: giovtorres/docker-centos7-slurm:23.02.6
5+
image: ghcr.io/neilmunday/rocky8-slurm:latest
66
hostname: slurmctl
77
container_name: slurmctl
88
stdin_open: true

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
slurm:
5-
image: giovtorres/docker-centos7-slurm:23.02.6
5+
image: ghcr.io/neilmunday/rocky8-slurm:latest
66
hostname: slurmctl
77
container_name: slurmctl
88
stdin_open: true

0 commit comments

Comments
 (0)