Skip to content

Commit

Permalink
fix: other slurm image
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Oct 13, 2023
1 parent 32d1e69 commit 3dca6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
slurm:
image: giovtorres/docker-centos7-slurm:23.02.6
image: ghcr.io/neilmunday/rocky8-slurm:latest
hostname: slurmctl
container_name: slurmctl
stdin_open: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
slurm:
image: giovtorres/docker-centos7-slurm:23.02.6
image: ghcr.io/neilmunday/rocky8-slurm:latest
hostname: slurmctl
container_name: slurmctl
stdin_open: true
Expand Down

0 comments on commit 3dca6d5

Please sign in to comment.