moriire commited on
Commit
6496fd7
1 Parent(s): 29e03f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -51,7 +51,7 @@ ENV HOME=/home/user \
51
  WORKDIR $HOME/app
52
  #RUN chmod -R 755 $HOME/app
53
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
54
- COPY --chown=user . $HOME
55
 
56
  #COPY --chown=user . $HOME/.cache/huggingface/hub/models--Qwen--Qwen1.5-0.5B/blobs/*
57
 
 
51
  WORKDIR $HOME/app
52
  #RUN chmod -R 755 $HOME/app
53
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
54
+ COPY --chown=user . $HOME/app
55
 
56
  #COPY --chown=user . $HOME/.cache/huggingface/hub/models--Qwen--Qwen1.5-0.5B/blobs/*
57