Spaces:
Sleeping
Sleeping
update demo
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -45,8 +45,8 @@ USER user
|
|
45 |
# Set home to the user's home directory
|
46 |
ENV HOME=/home/user \
|
47 |
PATH=/home/user/.local/bin:$PATH \
|
48 |
-
HF_HOME=/data/.huggingface \
|
49 |
-
TORCH_HOME=/data/.huggingface
|
50 |
|
51 |
# Set the working directory to the user's home directory
|
52 |
WORKDIR $HOME/app
|
|
|
45 |
# Set home to the user's home directory
|
46 |
ENV HOME=/home/user \
|
47 |
PATH=/home/user/.local/bin:$PATH \
|
48 |
+
# HF_HOME=/data/.huggingface \
|
49 |
+
# TORCH_HOME=/data/.huggingface
|
50 |
|
51 |
# Set the working directory to the user's home directory
|
52 |
WORKDIR $HOME/app
|