Spaces:
Runtime error
Runtime error
Ankitajadhav
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -22,8 +22,8 @@ ENV GRADIO_SERVER_NAME="0.0.0.0"
|
|
22 |
RUN pip install huggingface_hub==0.23.0
|
23 |
|
24 |
# Download your model using the Hugging Face CLI
|
25 |
-
RUN huggingface-cli download microsoft/Phi-3-mini-4k-instruct-gguf --local-dir ./models
|
26 |
-
|
27 |
|
28 |
# Install Python dependencies from requirements.txt
|
29 |
COPY requirements.txt .
|
|
|
22 |
RUN pip install huggingface_hub==0.23.0
|
23 |
|
24 |
# Download your model using the Hugging Face CLI
|
25 |
+
# RUN huggingface-cli download microsoft/Phi-3-mini-4k-instruct-gguf --local-dir ./models
|
26 |
+
RUN huggingface-cli download NicholasJohn/OpenBioLLM-Llama3-8B-Q5_K_M.gguf --local-dir ./models
|
27 |
|
28 |
# Install Python dependencies from requirements.txt
|
29 |
COPY requirements.txt .
|