File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ accessories:
4949 JAVA_OPTS : " -Darcadedb.server.plugins=Postgres:com.arcadedb.postgres.PostgresProtocolPlugin"
5050
5151 ollama :
52- image : ollama/ollama:0.13.5 @sha256:2c9595c555fd70a28363489ac03bd5bf9e7c5bdf2890373c3a830ffd7252ce6d
52+ image : ollama/ollama:0.14.2 @sha256:08a48f13297c2a2804cf36f293eb0b64bf40ad4bbaa5bbaa16d8b2ce5e511ecf
5353 host : <%= ENV["HOST_IP"] %>
5454 port : 11434
5555 volumes :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
1919 start_period : 10s
2020
2121 ollama :
22- image : ollama/ollama:0.14.1 @sha256:ab381bda4be8e04790e32551fac37f209fe0bb12ab49ba4b7c32d0f0800cf4c3
22+ image : ollama/ollama:0.14.2 @sha256:44893537fcc6f100b70ceb7f5c9fd8f787ba58f9f8ce73bf4a48a5b05fd8c422
2323 container_name : ollama
2424 ports :
2525 - " 11434:11434"
@@ -34,7 +34,7 @@ services:
3434 restart : unless-stopped
3535
3636 ollama-init :
37- image : ollama/ollama:0.14.1 @sha256:ab381bda4be8e04790e32551fac37f209fe0bb12ab49ba4b7c32d0f0800cf4c3
37+ image : ollama/ollama:0.14.2 @sha256:44893537fcc6f100b70ceb7f5c9fd8f787ba58f9f8ce73bf4a48a5b05fd8c422
3838 container_name : ollama-init
3939 environment :
4040 - OLLAMA_HOST=http://ollama:11434
You can’t perform that action at this time.
0 commit comments