MH0386 commited on
Commit
f0bc13e
·
verified ·
1 Parent(s): 70dbfdb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN apt-get update -qq && \
19
 
20
  COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
21
 
22
- RUN uv tool install huggingface-hub[cli] && \
23
  huggingface-cli download --quiet hexgrad/Kokoro-82M && \
24
  uv tool uninstall huggingface-hub
25
 
 
19
 
20
  COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
21
 
22
+ RUN uv tool install --quiet huggingface-hub[cli] && \
23
  huggingface-cli download --quiet hexgrad/Kokoro-82M && \
24
  uv tool uninstall huggingface-hub
25