MH0386 commited on
Commit
26a56bb
·
verified ·
1 Parent(s): 55b5b8a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -16,6 +16,10 @@ RUN groupadd vocalizr && \
16
 
17
  COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
18
 
 
 
 
 
19
  WORKDIR /home/vocalizr/app
20
 
21
  RUN --mount=type=bind,source=uv.lock,target=uv.lock \
 
16
 
17
  COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
18
 
19
+ RUN uv tool install huggingface-hub[cli]; \
20
+ huggingface-cli download --quiet hexgrad/Kokoro-82M; \
21
+ uv tool uninstall huggingface-hub
22
+
23
  WORKDIR /home/vocalizr/app
24
 
25
  RUN --mount=type=bind,source=uv.lock,target=uv.lock \