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