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