From aa9600e4584c8c98df05ce438e7f8cd07c022b6e Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 2 Nov 2024 21:46:36 +0000 Subject: [PATCH] daemon -> slurmctl --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b52128..bd41f54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ # Use the Slurm base image -FROM ghcr.io/watonomous/slurm-dist:main-daemon-base@sha256:bf7503c3bc94074038a896ee42356228d14e5747fab6d00f0d7c1f54416bd2b5 +FROM ghcr.io/watonomous/slurm-dist:sha-d71cada1ede70e133c6765e0239840ec97aadd40-slurmctld + # Install Python and any dependencies RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*