fix(immich): disable immich-machine-learning for now

This commit is contained in:
Felix Schröter 2022-08-25 22:27:43 +02:00
parent 6cb50e914b
commit 149bdcc303
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -93,12 +93,14 @@ in {
volumes = [ "${uploadDir}:/usr/src/app/upload" ]; volumes = [ "${uploadDir}:/usr/src/app/upload" ];
}; };
immich-machine-learning = immichBase // { # TODO not working atm
image = "altran1502/immich-machine-learning:release"; /* immich-machine-learning = immichBase // {
entrypoint = "/bin/sh"; image = "altran1502/immich-machine-learning:release";
cmd = [ "./entrypoint.sh" ]; entrypoint = "/bin/sh";
volumes = [ "${uploadDir}:/usr/src/app/upload" ]; cmd = [ "./entrypoint.sh" ];
}; volumes = [ "${uploadDir}:/usr/src/app/upload" ];
};
*/
immich-web = immichBase // { immich-web = immichBase // {
image = "altran1502/immich-web:release"; image = "altran1502/immich-web:release";