Skip to content

Commit

Permalink
update COPY dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 11, 2024
1 parent 5bc60f1 commit 481dfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y python3 python3-pip
WORKDIR /watcloud-slurm-ci/

# Copy the Python script and any necessary files
COPY main.py config.py runner_size_config.py RunningJob.py allocate-ephemeral-runner-from-apptainer.sh /app/
COPY main.py config.py runner_size_config.py RunningJob.py allocate-ephemeral-runner-from-apptainer.sh /watcloud-slurm-ci/

# Install Python requirements
COPY requirements.txt /watcloud-slurm-ci/
Expand Down

0 comments on commit 481dfa6

Please sign in to comment.