This commit is contained in:
Alexandre
2025-02-16 18:35:09 +01:00
parent 9d6f6efd0b
commit eb30ce9e6a
26 changed files with 2214 additions and 0 deletions

9
immich_cuda/build.json Normal file
View File

@@ -0,0 +1,9 @@
{
"build_from": {
"aarch64": "ghcr.io/imagegenius/immich:arm64v8-cuda",
"amd64": "ghcr.io/imagegenius/immich:amd64-cuda"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}