Skip to content

Commit f1d79af

Browse files
committed
fix: add download docker file
1 parent 154960b commit f1d79af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy
2424

2525
# download model and run test
2626
COPY demo.png .
27+
COPY download.py .
2728
RUN --mount=type=cache,target=/root/.cache/huggingface \
2829
python download.py
29-
30+
3031
ENV PATH="/.venv/bin:$PATH"
3132
RUN python download.py
3233

0 commit comments

Comments
 (0)