Skip to content

Commit

Permalink
Use cp command
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Luu <[email protected]>
  • Loading branch information
aluu317 committed Sep 13, 2024
1 parent 4a843a2 commit 51e1abd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ COPY build/utils.py /app/build/
RUN chmod +x /app/accelerate_launch.py

RUN if [[ "${ENABLE_DEV}" == "true" ]] ; then \
COPY scripts/run_evaluation.py scripts/run_inference.py /app/eval_scripts/ \
cp scripts/run_evaluation.py /app/ && \
cp scripts/run_inference.py /app/ \
fi

ENV FSDP_DEFAULTS_FILE_PATH="/app/accelerate_fsdp_defaults.yaml"
Expand Down

0 comments on commit 51e1abd

Please sign in to comment.