]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
nix: init singularity and docker images (#5056)
authorSomeone <redacted>
Thu, 22 Feb 2024 19:44:10 +0000 (19:44 +0000)
committerGitHub <redacted>
Thu, 22 Feb 2024 19:44:10 +0000 (11:44 -0800)
commit201294ae177b308fb3a99dc504dd6d27e8afa907
treeebd18c57c4ad95a1c6f6e83a2aab6c91d27173d9
parent5a9e2f60ba3d8362ba17c77ac3092906d49b813f
nix: init singularity and docker images (#5056)

Exposes a few attributes demonstrating how to build [singularity](https://docs.sylabs.io/guides/latest/user-guide/)/[apptainer](https://apptainer.org/) and Docker images re-using llama.cpp's Nix expression.

Built locally on `x86_64-linux` with `nix build github:someoneserge/llama.cpp/feat/nix/images#llamaPackages.{docker,docker-min,sif,llama-cpp}` and it's fast and effective.
.devops/nix/docker.nix [new file with mode: 0644]
.devops/nix/scope.nix
.devops/nix/sif.nix [new file with mode: 0644]