Skip to content

Commit

Permalink
add KubernetesLogFormatter to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 21, 2024
1 parent 3217e28 commit 2a59c60
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 /home/watcloud-slurm-ci/

# Copy the Python script and any necessary files
COPY main.py config.py runner_size_config.py RunningJob.py allocation_scripts/apptainer.sh start.sh /home/watcloud-slurm-ci/
COPY main.py config.py runner_size_config.py RunningJob.py KubernetesLogFormatter.py allocation_scripts/apptainer.sh start.sh /home/watcloud-slurm-ci/

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

0 comments on commit 2a59c60

Please sign in to comment.