Add machine learning

This commit is contained in:
Alexandre
2025-02-16 15:21:41 +01:00
parent 42a025ab0a
commit 57f950642f
20 changed files with 334 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"
}
}