Skip to content

Commit

Permalink
same workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 11, 2024
1 parent 8845e27 commit 5bc60f1
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 @@ -5,13 +5,13 @@ FROM ghcr.io/watonomous/slurm-dist:v0.0.12-daemon-base
RUN apt-get update && apt-get install -y python3 python3-pip

# Set the working directory in the container
WORKDIR /app
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/

# Install Python requirements
COPY requirements.txt /app/
COPY requirements.txt /watcloud-slurm-ci/
RUN pip3 install -r requirements.txt

# Run the Python script
Expand Down

0 comments on commit 5bc60f1

Please sign in to comment.