Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -2,9 +2,7 @@ FROM ghcr.io/astral-sh/uv:debian-slim
|
|
2 |
|
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_NO_CACHE=1 \
|
7 |
-
UV_PYTHON_PREFERENCE=only-managed \
|
8 |
UV_SYSTEM_PYTHON=1 \
|
9 |
GRADIO_SERVER_PORT=8080
|
10 |
|
|
|
2 |
|
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_SYSTEM_PYTHON=1 \
|
7 |
GRADIO_SERVER_PORT=8080
|
8 |
|