giovtorres / slurm-docker-cluster

A Slurm cluster using docker-compose
MIT License
319 stars 188 forks source link

slurm container can't start #32

Closed fang19911030 closed 2 months ago

fang19911030 commented 1 year ago

My host machine is Windows. I can't use docker compose up to start dockers, the errors are:

I don't understand why this file is not exist, I think the image build process does not have any issues.

giovtorres commented 2 months ago

Sorry, I don't have a Windows environment to test on. That file is certainly in the container:

[root@slurmctld /]# ls -l /usr/local/bin/docker-entrypoint.sh
-rwxr-xr-x 1 root root 1716 Dec 28  2022 /usr/local/bin/docker-entrypoint.sh

Could be something with how it is running on Windows. I'll close for now, but if you have solved this, please feel free to respond with the fix here for future reference. Thanks!