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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -56,7 +56,7 @@ 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/*
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/snapshots
60
 
61
  RUN python -m pip install --upgrade pip
62
  # Install requirements.txt