Sean-Case
commited on
Commit
•
7e9dd76
1
Parent(s):
813f823
Removed GRADIO_ROOT_PATH from the Dockerfile as it is not necessary for API Gateway access
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ ENV HOME=/home/user \
|
|
36 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
37 |
GRADIO_SERVER_PORT=7860 \
|
38 |
GRADIO_THEME=huggingface \
|
39 |
-
GRADIO_ROOT_PATH=/data-text-search \
|
40 |
SYSTEM=spaces
|
41 |
|
42 |
# Set the working directory to the user's home directory
|
|
|
36 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
37 |
GRADIO_SERVER_PORT=7860 \
|
38 |
GRADIO_THEME=huggingface \
|
39 |
+
#GRADIO_ROOT_PATH=/data-text-search \
|
40 |
SYSTEM=spaces
|
41 |
|
42 |
# Set the working directory to the user's home directory
|