Skip to content

Commit

Permalink
move scripts to bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Jul 21, 2023
1 parent 0876df8 commit 2124e7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model-trainer-huggingface/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/
COPY requirements.txt /content/requirements.txt
RUN pip install --no-cache-dir -r /content/requirements.txt

COPY *.sh /content/bin/
COPY bin/* ./bin/
COPY src/* ./src/

CMD train.sh
File renamed without changes.
File renamed without changes.

0 comments on commit 2124e7d

Please sign in to comment.