From 8845e2743e52400b1ef9a69d7536cb904188e4c1 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 11 Nov 2024 00:02:41 +0000 Subject: [PATCH] push --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e2836d..0a32e8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the Slurm base image -FROM ghcr.io/watonomous/slurm-dist:main-daemon-base@sha256:bf7503c3bc94074038a896ee42356228d14e5747fab6d00f0d7c1f54416bd2b5 +FROM ghcr.io/watonomous/slurm-dist:v0.0.12-daemon-base # Install Python and any dependencies RUN apt-get update && apt-get install -y python3 python3-pip @@ -17,7 +17,7 @@ RUN pip3 install -r requirements.txt # Run the Python script # Note the env variable GITHUB_ACCESS_TOKEN will need to be set in order to authenticate with the GitHub API # CMD ["python3", "main.py"] -ENTRYPOINT ["python3", "/app/main.py"] +# ENTRYPOINT ["python3", "/app/main.py"] # Custom user for running the CI # USER watcloud-slurm-ci \ No newline at end of file