mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 16:41:59 +00:00
Refer to the docs (#1136)
This commit is contained in:
parent
8ee7504c45
commit
1146e61821
1 changed files with 3 additions and 13 deletions
16
README.md
16
README.md
|
@ -94,18 +94,8 @@ If you feel like this is the right cause and the app is something you are seeing
|
||||||
|
|
||||||
# Known Issues
|
# Known Issues
|
||||||
|
|
||||||
## TensorFlow Build Issue
|
## immich-machine-learning fails to start
|
||||||
|
|
||||||
_This is a known issue for incorrect Proxmox setup_
|
Symptoms: the container logs `illegal instruction core dump` and restarts
|
||||||
|
|
||||||
TensorFlow doesn't run with older CPU architecture, it requires a CPU with AVX and AVX2 instruction set. If you encounter the error `illegal instruction core dump` when running the docker-compose command above, check for your CPU flags with the command and make sure you see `AVX` and `AVX2`:
|
Solution: https://immich.app/docs/installation/requirements#hardware
|
||||||
|
|
||||||
```bash
|
|
||||||
more /proc/cpuinfo | grep flags
|
|
||||||
```
|
|
||||||
|
|
||||||
If you are running virtualization in Proxmox, the VM doesn't have the flag enabled.
|
|
||||||
|
|
||||||
You need to change the CPU type from `kvm64` to `host` under VMs hardware tab.
|
|
||||||
|
|
||||||
`Hardware > Processors > Edit > Advanced > Type (dropdown menu) > host`
|
|
||||||
|
|
Loading…
Reference in a new issue