From 81b13f9c6a9fd879507a4e106b8c9c9787502b6c Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 11 Nov 2024 01:43:19 +0000 Subject: [PATCH] run the python --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b3522a..2403ce7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +USER watcloud-slurm-ci \ No newline at end of file