MH0386 commited on
Commit
967c190
·
verified ·
1 Parent(s): 8ed948f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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