Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -3,7 +3,6 @@ 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_NO_CACHE=1 \
|
6 |
-
UV_PYTHON_PREFERENCE=only-managed \
|
7 |
GRADIO_SERVER_PORT=8080
|
8 |
|
9 |
RUN groupadd vocalizr && \
|
|
|
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_NO_CACHE=1 \
|
|
|
6 |
GRADIO_SERVER_PORT=8080
|
7 |
|
8 |
RUN groupadd vocalizr && \
|