MH0386 commited on
Commit
face19a
·
verified ·
1 Parent(s): 48202b6

Upload folder using huggingface_hub

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