Ankitajadhav commited on
Commit
d2d16fc
·
verified ·
1 Parent(s): d351959

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -22,7 +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
  # Install Python dependencies from requirements.txt
28
  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 .