sjzhao commited on
Commit
7376349
·
1 Parent(s): bfb5a01

update demo

Browse files
Files changed (1) hide show
  1. 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