Skip to content

Commit

Permalink
update slurm version
Browse files Browse the repository at this point in the history
  • Loading branch information
geektortoise committed Sep 1, 2022
1 parent a0a1687 commit e2eec91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_deploy.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ docker create --name slurm \
-v singularity_images:/data/softwares/images \
-v /etc/localtime:/etc/localtime \
--restart=unless-stopped \
cytomine/slurm:v1.1.0 > /dev/null
cytomine/slurm:v1.2.0 > /dev/null

docker cp $PWD/configs/software_router/keys/ssh_key.pub slurm:/home/cytomine/.ssh/authorized_keys
docker cp $PWD/hosts/slurm/addHosts.sh slurm:/tmp/addHosts.sh
Expand Down

0 comments on commit e2eec91

Please sign in to comment.