Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|