moriire commited on
Commit
d4994a3
1 Parent(s): 8f2f71c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -56,7 +56,9 @@ ENV HOME=/home/user \
56
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
57
  COPY --chown=user . $HOME/app
58
 
59
- COPY --chown=user . $HOME/.cache/huggingface/hub/models--Qwen--Qwen1.5-0.5B/blobs/snapshots
 
 
60
 
61
  RUN python -m pip install --upgrade pip
62
  # Install requirements.txt
 
56
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
57
  COPY --chown=user . $HOME/app
58
 
59
+ COPY --chown=user . $HOME/.cache/huggingface/hub/models--Qwen--Qwen1.5-0.5B/blobs/*
60
+
61
+ COPY --chown=user . home/user/.cache/huggingface/hub/models--Qwen--Qwen1.5-0.5B/snapshots
62
 
63
  RUN python -m pip install --upgrade pip
64
  # Install requirements.txt