Skip to content

Commit 4e2c771

Browse files
Update ollama/ollama Docker tag to v0.15.3
1 parent 6fe5942 commit 4e2c771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • nix/hosts/mentat/modules/stacks

nix/hosts/mentat/modules/stacks/ai.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ in
3535
containers = {
3636
ollama = {
3737
containerConfig = {
38-
image = "ollama/ollama:0.14.1";
38+
image = "ollama/ollama:0.15.3";
3939
devices = [ "nvidia.com/gpu=all" ];
4040
publishPorts = [ "${toString ollama.port}:11434" ];
4141
volumes = [ "/root/.ollama:/root/.ollama" ];

0 commit comments

Comments
 (0)