Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardb committed Oct 29, 2024
1 parent af3ed61 commit 491af45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.bundled_model
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV HF_TOKEN=$HF_TOKEN
COPY ./model_downloader.sh /workspace/model_downloader.sh

RUN pip install --no-cache-dir huggingface_hub[cli,hf_transfer] && \
bash /workspace/downloader.sh
bash /workspace/model_downloader.sh

ENV HF_HUB_OFFLINE=1

Expand Down

0 comments on commit 491af45

Please sign in to comment.