Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM ghcr.io/astral-sh/uv:debian-slim
|
|
3 |
# Enable bytecode compilation, Copy from the cache instead of linking since it's a mounted volume
|
4 |
ENV UV_COMPILE_BYTECODE=1 \
|
5 |
UV_LINK_MODE=copy \
|
6 |
-
UV_CACHE_DIR=/
|
7 |
GRADIO_SERVER_PORT=8080
|
8 |
|
9 |
# skipcq: DOK-DL3008
|
@@ -41,4 +41,4 @@ EXPOSE ${GRADIO_SERVER_PORT}
|
|
41 |
|
42 |
ENTRYPOINT [ ]
|
43 |
|
44 |
-
CMD ["
|
|
|
3 |
# Enable bytecode compilation, Copy from the cache instead of linking since it's a mounted volume
|
4 |
ENV UV_COMPILE_BYTECODE=1 \
|
5 |
UV_LINK_MODE=copy \
|
6 |
+
UV_CACHE_DIR=/root/.cache/uv \
|
7 |
GRADIO_SERVER_PORT=8080
|
8 |
|
9 |
# skipcq: DOK-DL3008
|
|
|
41 |
|
42 |
ENTRYPOINT [ ]
|
43 |
|
44 |
+
CMD ["python", "src/vocalizr"]
|