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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
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_NO_CACHE=1 \
6
- UV_SYSTEM_PYTHON=1 \
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
+ UV_PYTHON_PREFERENCE=only-managed \
7
  GRADIO_SERVER_PORT=8080
8
 
9
  RUN groupadd vocalizr && \