slurm-docker-cluster
slurm-docker-cluster copied to clipboard
slurm container can't start
My host machine is Windows. I can't use docker compose up to start dockers, the errors are:
- slurmdbd | exec /usr/local/bin/docker-entrypoint.sh: no such file or directory
- slurmctld | exec /usr/local/bin/docker-entrypoint.sh: no such file or directory
- c2 | exec /usr/local/bin/docker-entrypoint.sh: no such file or directory
- c1 | exec /usr/local/bin/docker-entrypoint.sh: no such file or directory
I don't understand why this file is not exist, I think the image build process does not have any issues.