Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 11, 2024
1 parent ee4fc94 commit 8845e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 8845e27

Please sign in to comment.