Spaces:
Sleeping
Sleeping
Sean-Case
commited on
Commit
•
745a159
1
Parent(s):
ff8dfa3
Changed dockerfile gradio_root_path variable
Browse files- 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 |
-
|
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
|