Skip to content

Commit

Permalink
Add descriptive comment to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jan 12, 2024
1 parent bcc3337 commit ecdb141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/dockerfiles/Dockerfile.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ SHELL ["/bin/bash", "--login", "-c"]
# is built at the root of the jobflow repo
RUN mkdir jobflow-remote
COPY src/jobflow_remote jobflow-remote/src/jobflow_remote
# Unfortunately need to copy the .git folder to get the version
COPY .git/ jobflow-remote/.git
COPY pyproject.toml jobflow-remote/

Expand Down

0 comments on commit ecdb141

Please sign in to comment.