Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
|
|
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"]
|