The SLURM_VERSION environment variable value specified in .env does not exist at https://download.schedmd.com/slurm/
|
SLURM_VERSION="24.05.5-1" |
This causes docker compose build slurmdbd to fail in the install.sh script when building the container image:
|
log_info "Compiling slurm version ${SLURM_VERSION}.." |
|
curl -o /tmp/slurm-${SLURM_VERSION}.tar.bz2 https://download.schedmd.com/slurm/slurm-${SLURM_VERSION}.tar.bz2 |
|
pushd /tmp |
|
tar xf slurm-${SLURM_VERSION}.tar.bz2 |
The SLURM_VERSION environment variable value specified in .env does not exist at https://download.schedmd.com/slurm/
hpc-toolset-tutorial/.env
Line 2 in 761e76b
This causes
docker compose build slurmdbdto fail in the install.sh script when building the container image:hpc-toolset-tutorial/slurm/install.sh
Lines 57 to 60 in 761e76b