benjolo commited on
Commit
91b90b8
1 Parent(s): a674a13

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ WORKDIR $HOME/backend
12
 
13
  RUN mkdir $HOME/.cache
14
 
15
- ENV HF_HUB_HOME=/home/user/.cache
16
 
17
  # # Copy the current directory contents into the container at .
18
  # COPY . .
 
12
 
13
  RUN mkdir $HOME/.cache
14
 
15
+ ENV HF_HUB_CACHE=/home/user/.cache
16
 
17
  # # Copy the current directory contents into the container at .
18
  # COPY . .