moriire commited on
Commit
e643bc9
·
verified ·
1 Parent(s): d4994a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,7 +58,7 @@ 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
 
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