NavyDevilDoc commited on
Commit
ae21f4c
·
verified ·
1 Parent(s): a51b178

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 gemma2:latest' >> start.sh && \
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