Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
@@ -16,11 +16,7 @@ ENV HOME=/home/user \
|
|
16 |
PATH=/home/user/.local/bin:$PATH \
|
17 |
PYTHONPATH=$HOME/app \
|
18 |
PYTHONUNBUFFERED=1 \
|
19 |
-
|
20 |
-
GRADIO_NUM_PORTS=1 \
|
21 |
-
GRADIO_SERVER_NAME=0.0.0.0 \
|
22 |
-
GRADIO_THEME=huggingface \
|
23 |
-
SYSTEM=spaces
|
24 |
|
25 |
# Set the working directory to the user's home directory
|
26 |
WORKDIR $HOME/app
|
|
|
16 |
PATH=/home/user/.local/bin:$PATH \
|
17 |
PYTHONPATH=$HOME/app \
|
18 |
PYTHONUNBUFFERED=1 \
|
19 |
+
|
|
|
|
|
|
|
|
|
20 |
|
21 |
# Set the working directory to the user's home directory
|
22 |
WORKDIR $HOME/app
|