Skip to content

Commit

Permalink
remove ollama service
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jan 29, 2025
1 parent f8600d8 commit 027dbff
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions systems/x86_64-linux/hakase/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,6 @@
enable = true;
autoPrune.enable = true;
};
oci-containers = {
backend = "docker";
containers = {
ollama = {
image = "docker.siki.moe/ollama/ollama:latest";
hostname = "ollama";
ports = ["11434:11434"];
volumes = [
"/mnt/satoshi/Container/docker-swarm/ollama/data:/root/.ollama"
];
extraOptions = [
"--device=nvidia.com/gpu=all"
"--network=ollama"
];
autoStart = true;
};
};
};
};

services = {
Expand Down

0 comments on commit 027dbff

Please sign in to comment.