Skip to content

Commit

Permalink
model-trainer reuse base image run notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Oct 1, 2023
1 parent 3e1e70c commit 3e15283
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions model-trainer-huggingface/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ WORKDIR /content
COPY requirements.txt /content/requirements.txt
RUN pip install --no-cache-dir -r /content/requirements.txt

COPY scripts/* ./scripts/
COPY src/* ./src/

CMD train.sh
6 changes: 0 additions & 6 deletions model-trainer-huggingface/scripts/train.sh

This file was deleted.

0 comments on commit 3e15283

Please sign in to comment.