Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,7 @@ RUN echo '#!/bin/bash' > start.sh && \
|
|
| 22 |
echo 'sleep 5' >> start.sh && \
|
| 23 |
echo 'ollama pull granite4:latest' >> start.sh && \
|
| 24 |
echo 'ollama pull llama3.2:latest' >> start.sh && \
|
| 25 |
-
echo 'ollama pull
|
| 26 |
echo 'uvicorn api:app --host 0.0.0.0 --port 7860' >> start.sh && \
|
| 27 |
chmod +x start.sh
|
| 28 |
|
|
|
|
| 22 |
echo 'sleep 5' >> start.sh && \
|
| 23 |
echo 'ollama pull granite4:latest' >> start.sh && \
|
| 24 |
echo 'ollama pull llama3.2:latest' >> start.sh && \
|
| 25 |
+
echo 'ollama pull gemma3:latest' >> start.sh && \
|
| 26 |
echo 'uvicorn api:app --host 0.0.0.0 --port 7860' >> start.sh && \
|
| 27 |
chmod +x start.sh
|
| 28 |
|