Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -56,7 +56,9 @@ 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/*
|
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
|