giovtorres / slurm-docker-cluster

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

uptime command not found #37

Closed recap closed 11 months ago

recap commented 12 months ago

The README.md suggests submitting a test job with command uptime. procps-ng package is not installed but also uptime in docker containers does not really work since it reports host uptime. So maybe some other command is more suitable like hostname which will give you the host on which the job landed.

giovtorres commented 12 months ago

would you mind submitting a PR?

recap commented 11 months ago

sure here: https://github.com/giovtorres/slurm-docker-cluster/pull/38

giovtorres commented 11 months ago

Closed by #38