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