From 96287d9d0db0f3ba98ec526fafdd6188aaedfb80 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 8 Nov 2024 22:48:03 +0000 Subject: [PATCH] switch to daemon base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ba92b0..0b8e44e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the Slurm base image -FROM ghcr.io/watonomous/slurm-dist:sha-d71cada1ede70e133c6765e0239840ec97aadd40-slurmctld +FROM ghcr.io/watonomous/slurm-dist:main-daemon-base@sha256:bf7503c3bc94074038a896ee42356228d14e5747fab6d00f0d7c1f54416bd2b # Install Python and any dependencies RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*