Skip to content

Commit a548220

Browse files
committed
Updating ollama for gemma3n
1 parent 7c929d6 commit a548220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ollama.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ollama/ollama:0.9.1
1+
FROM ollama/ollama:0.9.4
22
ARG MODELS="gemma3n nomic-embed-text"
33
ENV OLLAMA_KEEP_ALIVE=24h
44
RUN ollama serve & server=$! ; sleep 5 ; for m in $MODELS ; do ollama pull $m ; done ; kill $server

0 commit comments

Comments
 (0)