immich/docker
Mert 95cfe22866
feat(ml)!: cuda and openvino acceleration (#5619)
* cuda and openvino ep, refactor, update dockerfile

* updated workflow

* typing fixes

* added tests

* updated ml test gh action

* updated README

* updated docker-compose

* added compute to hwaccel.yml

* updated gh matrix

updated gh matrix

updated gh matrix

updated gh matrix

updated gh matrix

give up

* remove cuda/arm64 build

* add hwaccel image tags to docker-compose

* remove unnecessary quotes

* add suffix to git tag

* fixed kwargs in base model

* armnn ld_library_path

* update pyproject.toml

* add armnn workflow

* formatting

* consolidate hwaccel files, update docker compose

* update hw transcoding docs

* add ml hwaccel docs

* update dev and prod docker-compose

* added armnn prerequisite docs

* support 3.10

* updated docker-compose comments

* formatting

* test coverage

* don't set arena extend strategy for openvino

* working openvino

* formatting

* fix dockerfile

* added type annotation

* add wsl configuration for openvino

* updated lock file

* copy python3

* comment out extends section

* fix platforms

* simplify workflow suffix tagging

* simplify aio transcoding doc

* update docs and workflow for `hwaccel.yml` change

* revert docs
2024-01-21 18:22:39 -05:00
..
.gitignore Implemented image tagging using TensorFlow InceptionV3 (#28) 2022-02-19 22:42:10 -06:00
docker-compose.dev.yml feat(ml)!: cuda and openvino acceleration (#5619) 2024-01-21 18:22:39 -05:00
docker-compose.prod.yml feat(ml)!: cuda and openvino acceleration (#5619) 2024-01-21 18:22:39 -05:00
docker-compose.yml feat(ml)!: cuda and openvino acceleration (#5619) 2024-01-21 18:22:39 -05:00
example.env feat: use pgvecto.rs (#3605) 2023-12-08 11:15:46 -05:00
hwaccel.ml.yml feat(ml)!: cuda and openvino acceleration (#5619) 2024-01-21 18:22:39 -05:00
hwaccel.transcoding.yml feat(ml)!: cuda and openvino acceleration (#5619) 2024-01-21 18:22:39 -05:00
README.md chore: add warning to compose file and readme (#5123) 2023-11-18 11:43:10 -06:00

Caution

Make sure to use the docker-compose.yml of the current release: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

The compose file on main may not be compatible with the latest release.