Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ FROM python:3.12-slim-bookworm
|
|
3 |
ENV UV_COMPILE_BYTECODE=1 \
|
4 |
UV_NO_CACHE=1 \
|
5 |
UV_SYSTEM_PYTHON=1 \
|
|
|
6 |
GRADIO_SERVER_PORT=8080
|
7 |
|
8 |
RUN groupadd vocalizr && \
|
|
|
3 |
ENV UV_COMPILE_BYTECODE=1 \
|
4 |
UV_NO_CACHE=1 \
|
5 |
UV_SYSTEM_PYTHON=1 \
|
6 |
+
UV_FROZEN=1 \
|
7 |
GRADIO_SERVER_PORT=8080
|
8 |
|
9 |
RUN groupadd vocalizr && \
|