File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
cluster_tools/dockered-slurm Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
1515 - ..:/cluster_tools
1616
1717 slurmdbd :
18- image : scalableminds/slurm-docker-cluster:slurm__1535868954
18+ image : scalableminds/slurm-docker-cluster:master__2021363052
1919 command : ["slurmdbd"]
2020 container_name : slurmdbd
2121 hostname : slurmdbd
@@ -29,7 +29,7 @@ services:
2929 - mysql
3030
3131 slurmctld :
32- image : scalableminds/slurm-docker-cluster:slurm__1535868954
32+ image : scalableminds/slurm-docker-cluster:master__2021363052
3333 command : ["slurmctld"]
3434 container_name : slurmctld
3535 environment :
@@ -48,7 +48,7 @@ services:
4848 - " slurmdbd"
4949
5050 c1 :
51- image : scalableminds/slurm-docker-cluster:slurm__1535868954
51+ image : scalableminds/slurm-docker-cluster:master__2021363052
5252 command : ["slurmd"]
5353 hostname : c1
5454 container_name : c1
@@ -64,7 +64,7 @@ services:
6464 - " slurmctld"
6565
6666 c2 :
67- image : scalableminds/slurm-docker-cluster:slurm__1535868954
67+ image : scalableminds/slurm-docker-cluster:master__2021363052
6868 command : ["slurmd"]
6969 hostname : c2
7070 container_name : c2
You can’t perform that action at this time.
0 commit comments