Skip to content

Commit

Permalink
run the python
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 11, 2024
1 parent a057e83 commit 81b13f9
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
Expand Up @@ -16,8 +16,8 @@ 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"]
CMD ["python3", "main.py"]
# ENTRYPOINT ["python3", "/app/main.py"]

# Custom user for running the CI
# USER watcloud-slurm-ci
USER watcloud-slurm-ci

0 comments on commit 81b13f9

Please sign in to comment.