Spaces:
Sleeping
Sleeping
barisaydin
commited on
Commit
•
2253df6
1
Parent(s):
00c24e6
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -37,5 +37,8 @@ CMD ollama serve & \
|
|
37 |
sleep 5 && \
|
38 |
ollama pull llama3 && \
|
39 |
ollama pull llava-llama3 && \
|
|
|
|
|
|
|
40 |
wait && \
|
41 |
nginx -g 'daemon off;'
|
|
|
37 |
sleep 5 && \
|
38 |
ollama pull llama3 && \
|
39 |
ollama pull llava-llama3 && \
|
40 |
+
ollama pull llava:34b-v1.6 && \
|
41 |
+
ollama pull moondream:1.8b-v2-fp16 && \
|
42 |
+
ollama pull moondream:1.8b-v2-moondream2-text-model-f16 && \
|
43 |
wait && \
|
44 |
nginx -g 'daemon off;'
|