Skip to content

Commit

Permalink
Upgrade to SLURM 24.05.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Jul 14, 2024
1 parent d197fb7 commit 701c045
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ RUN apt-get update && apt-get install -y wget build-essential fakeroot devscript
# Download code and install build dependencies
RUN mkdir /tmp/builder \
&& cd /tmp/builder \
&& wget -q https://download.schedmd.com/slurm/slurm-23.11.4.tar.bz2 \
&& tar -xf slurm*.tar.bz2 \
&& wget -q https://download.schedmd.com/slurm/slurm-24.05.1.tar.bz2 -O slurm.tar.bz2 \
&& echo "588b22d85ce885b93a628a92fee70d9d850dbb1d5d2244c0619b199183022254 /tmp/builder/slurm.tar.bz2" | sha256sum -c - \
&& tar -xf slurm.tar.bz2 \
&& cd slurm* \
&& mk-build-deps --install --tool "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes" debian/control

Expand Down

0 comments on commit 701c045

Please sign in to comment.