Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
linkchw committed Aug 14, 2024
1 parent 0b1b7df commit 0d6701b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN pip3 install --no-cache-dir transformers[torch]
WORKDIR /train/code/


COPY ./code/ /train/code/
COPY ./input/ /train/input/
COPY ./log/ /train/log/
COPY ./train/code/ /train/code/
COPY ./train/input/ /train/input/
COPY ./train/log/ /train/log/


RUN mkdir -p /train/.cache/huggingface
Expand Down

0 comments on commit 0d6701b

Please sign in to comment.