Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
12 |
|
13 |
# Download the model from Hugging Face
|
14 |
RUN huggingface-cli login --token ""
|
15 |
-
RUN ollama download '
|
16 |
|
17 |
# Command to run the application
|
18 |
CMD ["python", "app.py"]
|
|
|
12 |
|
13 |
# Download the model from Hugging Face
|
14 |
RUN huggingface-cli login --token ""
|
15 |
+
RUN ollama download 'tinyllama'
|
16 |
|
17 |
# Command to run the application
|
18 |
CMD ["python", "app.py"]
|