moriire commited on
Commit
202fb2e
·
verified ·
1 Parent(s): a1d4112

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ WORKDIR $HOME/app
40
 
41
  COPY --chown=user . $HOME/app
42
 
43
- COPY --chown=user . /home/user/.cache/
44
 
45
  RUN chmod 777 .
46
 
 
40
 
41
  COPY --chown=user . $HOME/app
42
 
43
+ COPY --chown=user . /home/user/.cache/huggingface/*
44
 
45
  RUN chmod 777 .
46