SLURM_VERSION does not exist at download.schedmd.com
The SLURM_VERSION environment variable value specified in .env does not exist at https://download.schedmd.com/slurm/ https://github.com/ubccr/hpc-toolset-tutorial/blob/761e76bce5a5c36e6305f4258a3ddb842d629587/.env#L2
This causes docker compose build slurmdbd to fail in the install.sh script when building the container image:
https://github.com/ubccr/hpc-toolset-tutorial/blob/761e76bce5a5c36e6305f4258a3ddb842d629587/slurm/install.sh#L57-L60
This should be fixed by #211
I think the linked fix wasn't enough. At least for me, the submission of a Slurm job was broken afterwards. Have a look at these additional changes. https://github.com/ubccr/hpc-toolset-tutorial/pull/222