Ankitajadhav commited on
Commit
fab638f
·
verified ·
1 Parent(s): 7a8ada2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # 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 .
 
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 .