FAQ
Frequently asked questions
bus error when running JAX in a docker container
Solution:
Explanation: The bus error might occur due to the size limitation of
/dev/shm. You can address this by increasing the shared memory size using the
--shm-size option when launching your container.
enroot/pyxis reports error code 404 when importing multi-arch images
Problem description:
Solution: Upgrade enroot or apply a single-file patch as mentioned in the enroot v3.4.0 release note.
Explanation: Docker has traditionally used Docker Schema V2.2 for multi-arch manifest lists but has switched to using the Open Container Initiative (OCI) format since 20.10. Enroot added support for OCI format in version 3.4.0.