broadfield-dev commited on
Commit
6271a7d
·
verified ·
1 Parent(s): ff4f74b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -12,7 +12,8 @@ RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Download the model from Hugging Face
14
 
15
- RUN ollama download 'tinyllama'
 
16
 
17
  # Command to run the application
18
  CMD ["python", "app.py"]
 
12
 
13
  # Download the model from Hugging Face
14
 
15
+ RUN ollama run hf.co/mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated-GGUF
16
+
17
 
18
  # Command to run the application
19
  CMD ["python", "app.py"]