Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ COPY requirements.txt ./
|
|
13 |
COPY src/ ./src/
|
14 |
|
15 |
RUN pip3 install -r requirements.txt
|
16 |
-
RUN huggingface-cli download Qwen/Qwen2.5-7B-
|
17 |
|
18 |
EXPOSE 8501
|
19 |
|
|
|
13 |
COPY src/ ./src/
|
14 |
|
15 |
RUN pip3 install -r requirements.txt
|
16 |
+
RUN huggingface-cli download Qwen/Qwen2.5-Coder-7B-Instruct
|
17 |
|
18 |
EXPOSE 8501
|
19 |
|