This topic describes hardware requirements and recommendations for production deployments. Actual resource requirements may vary based on your specific workload.
x86_64
are built with AVX2 SIMD extensions, and the images for aarch64
(ARM64) are built with NEON SIMD extensions. These must be supported by your machine. If not, build the docker image with the build-arg simd_disabled=true
.docker build . -f docker/Dockerfile
.docker build . -f docker/Dockerfile --build-arg simd_disabled=true
and run any subsequent docker commands on the resultant image.