Prerequisites

  • Architecture: x86_64
  • Chip models: Enflame Zixiao C200 (S60)
  • Host driver: 1.9.10
  • Container toolkit (optional) : tencent-container-toolkit >= 2.0.52

Image contents

Base image

ubuntu:24.04

System packages

Explicitly installed; the version is the one baked into this image:

  • build-essential — 12.10ubuntu1
  • ca-certificates — 20260601~24.04.1
  • cmake — 3.28.3
  • curl — 8.5.0
  • g++ — 13.2.0
  • gcc — 13.2.0
  • git — 2.43.0
  • libelf1
  • unzip — 6.0
  • vim — 9.1.0016

SDK components

  • Enflame driver 1.9.10
  • TOPS Runtime 1.9.10
  • TOPS CC 1.9.10
  • TOPS PTI 1.9.10
  • TOPSTX 1.9.10
  • TOPS ATen 3.7.20260514
  • EFML 1.9.10
  • ECCL 3.6.3.11
  • Triton GCU 3.6.0+1.0.20260521.cc.1.9.10
  • Gculare-perftest 1.9.10

Launch

With the container toolkit (optional):

  docker run --rm -it \
  --network host \
  -e ENFLAME_VISIBLE_DEVICES=all \
  -e TENCENT_VISIBLE_DEVICES=all \
  harbor.baai.ac.cn/flagos-base/flagos-base-enflame-tops1.9.10:2.1.2 bash
  

Without a toolkit — plain docker / podman:

  docker run --rm -it \
  --privileged \
  -v /dev:/dev \
  harbor.baai.ac.cn/flagos-base/flagos-base-enflame-tops1.9.10:2.1.2 bash
  

Verify

Inside the container, confirm the accelerator is visible:

  efsmi
  

Last updated: 2026-08-14 22:49:02 · 61219fb2f18f

Last updated 15 Aug 2026, 09:57 +0800. history