On this page
iluvatar-corex4.4.0
Prerequisites
- Architecture: x86_64
- Chip models: Iluvatar BI-V150
- Host driver: 4.4.0
- Container toolkit (optional) : ix-container-toolkit >= 1.1.0
Image contents
Base image
ubuntu:24.04
System packages
Explicitly installed; the version is the one baked into this image:
build-essential— 12.10ubuntu1ca-certificates— 20260601~24.04.1curl— 8.5.0g++— 13.2.0gcc— 13.2.0git— 2.43.0unzip— 6.0vim— 9.1.0016
SDK components
- Corex Runtime 4.4.0
- CUDA Header files 260604
- CMake (Iluvatar) 3.31.8
Environment
COREX_ROOT=/usr/local/corexPATH=/usr/local/corex/bin:$PATHLD_LIBRARY_PATH=/usr/local/corex/lib
Launch
With the container toolkit (optional):
docker run --rm -it \
--runtime iluvatar \
--env IX_VISIBLE_DEVICES=all \
harbor.baai.ac.cn/flagos-base/flagos-base-iluvatar-corex4.4.0:2.1.2 bash
Without a toolkit — plain docker / podman:
docker run --rm -it \
--device /dev/iluvatar0 \
-v /usr/local/corex:/usr/local/corex:ro \
harbor.baai.ac.cn/flagos-base/flagos-base-iluvatar-corex4.4.0:2.1.2 bash
Verify
Inside the container, confirm the accelerator is visible:
ixsmi
Last updated: 2026-08-14 22:53:01 · 11f43d78be1d
Last updated 15 Aug 2026, 09:57 +0800.