We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c929d6 commit a548220Copy full SHA for a548220
1 file changed
ollama.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ollama/ollama:0.9.1
+FROM ollama/ollama:0.9.4
2
ARG MODELS="gemma3n nomic-embed-text"
3
ENV OLLAMA_KEEP_ALIVE=24h
4
RUN ollama serve & server=$! ; sleep 5 ; for m in $MODELS ; do ollama pull $m ; done ; kill $server
0 commit comments