Hello everyone. I’m trying to install Triton inference server with Docker container on Ubuntu with QEMU virtual CPU ver 2.5. The installation has failed with the following error.
Error : This container was built for CPUs supporting as least the AVX instruction set, but the CPU detected was QEMU Virtual CPU version 2.5+, which does not report support for AVX. An Illegal Instruction exception at runtime is likely to result. see Advanced Vector Extensions - Wikipedia.
Does Triton server support the installation on QEMU virtual CPUs ?
Any tips/suggestions to install triton server with docker container on QEMU virtual cpus ?.