Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -43,7 +43,7 @@ ENV HOME=/home/hf-space \
|
|
43 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
44 |
GRADIO_THEME=huggingface \
|
45 |
SYSTEM=spaces \
|
46 |
-
HF_HOME=/home/hf-space/hf
|
47 |
|
48 |
COPY --chown=hf-space:hf-space . ${HOME}/app
|
49 |
|
|
|
43 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
44 |
GRADIO_THEME=huggingface \
|
45 |
SYSTEM=spaces \
|
46 |
+
HF_HOME=/home/hf-space/app/hf
|
47 |
|
48 |
COPY --chown=hf-space:hf-space . ${HOME}/app
|
49 |
|