This commit is contained in:
2026-03-28 22:39:08 +00:00
parent 602767d3a9
commit 5ab17b8357
+8 -8
View File
@@ -13,19 +13,19 @@
owner = "ravi9"; owner = "ravi9";
repo = "llama.cpp"; repo = "llama.cpp";
rev = "1117e77"; rev = "1117e77";
hash = lib.fakeHash; hash = "sha256-7NMhKGxfutZ7i16ra3EA4pYEnLl0S23E6TFY7IhVPXU=";
}); });
in in
{ {
virtualisation.oci-containers.backend = "podman"; virtualisation.oci-containers.backend = "podman";
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
container-name = { openvino = {
image = "${llama}/.devops/openvivo.Dockerfile"; # Or use `build` for remote Git image = "openvino:latest";
# build = { imageFile = pkgs.dockerTools.buildImage {
# context = llama; name = "openvino";
# dockerfile = "Dockerfile"; # Optional, if not root tag = "latest";
# args = { }; # Optional build args fromImage = "${llama}/.devops/openvino.Dockerfile";
# }; };
autoStart = true; autoStart = true;
ports = [ "127.0.0.1:1234:1234" ]; ports = [ "127.0.0.1:1234:1234" ];
}; };