Sean-Case commited on
Commit
745a159
1 Parent(s): ff8dfa3

Changed dockerfile gradio_root_path variable

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ ENV HOME=/home/user \
35
  GRADIO_NUM_PORTS=1 \
36
  GRADIO_SERVER_NAME=0.0.0.0 \
37
  GRADIO_THEME=huggingface \
38
- #GRADIO_ROOT_PATH=/data_text_search \
39
  SYSTEM=spaces
40
 
41
  # Set the working directory to the user's home directory
 
35
  GRADIO_NUM_PORTS=1 \
36
  GRADIO_SERVER_NAME=0.0.0.0 \
37
  GRADIO_THEME=huggingface \
38
+ GRADIO_ROOT_PATH=/data-text-search \
39
  SYSTEM=spaces
40
 
41
  # Set the working directory to the user's home directory