rahul7star commited on
Commit
6160079
·
verified ·
1 Parent(s): 48320ee

Update Dockerfile

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