Update Dockerfile
Browse files- 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 |
|