Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ RUN pip install fastapi uvicorn llama-cpp-python pydantic
|
|
| 18 |
|
| 19 |
# Download the model using Hugging Face CLI
|
| 20 |
RUN pip install huggingface_hub \
|
| 21 |
-
&& huggingface-cli download
|
| 22 |
|
| 23 |
# Make port 8000 available to the world outside this container
|
| 24 |
EXPOSE 8000
|
|
|
|
| 18 |
|
| 19 |
# Download the model using Hugging Face CLI
|
| 20 |
RUN pip install huggingface_hub \
|
| 21 |
+
&& huggingface-cli download legraphista/Qwen2-1.5B-Instruct-IMat-GGUF Qwen2-1.5B-Instruct.IQ3_M.gguf --local-dir . --local-dir-use-symlinks False
|
| 22 |
|
| 23 |
# Make port 8000 available to the world outside this container
|
| 24 |
EXPOSE 8000
|