MH0386 commited on
Commit
612cc5c
·
verified ·
1 Parent(s): 6ce7bef

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ ENV UV_COMPILE_BYTECODE=1 \
4
  UV_NO_CACHE=1 \
5
  UV_SYSTEM_PYTHON=1 \
6
  UV_FROZEN=1 \
7
- PATH="/root/.local/bin:$PATH"
8
  GRADIO_SERVER_PORT=8080 \
9
  GRADIO_SERVER_NAME=0.0.0.0
10
 
 
4
  UV_NO_CACHE=1 \
5
  UV_SYSTEM_PYTHON=1 \
6
  UV_FROZEN=1 \
7
+ PATH="/root/.local/bin:$PATH" \
8
  GRADIO_SERVER_PORT=8080 \
9
  GRADIO_SERVER_NAME=0.0.0.0
10