Hello,
I’m currently trying to install the Voyager SDK (I tried v1.2.5 and the last version) inside a Docker container running Ubuntu 22.04, so I can later transfer the complete SDK onto my Metis Compute Board, which is currently empty (no sudo, no preinstalled SDK).
However, no matter what I do, I always end up with a partial SDK installation — the folder size never exceeds ~80 MB, and key components such as ax_runner, ax_compiler, ax_engine, and axelera-runtime are missing.
Here’s what I’ve already tried:
-
Cloned the SDK from the official GitHub repo (
https://github.com/axelera-ai-hub/voyager-sdk), as described in the installation guide. -
Successfully ran
install.sh(after removingsudocalls since I’m root inside Docker). -
The installation completes without critical errors but stops with the message:
WARNING: Failed to refresh pcie and firmware
-
The final folder size is about 80 MB, and
python3 -m ax_runner --helpfails with:No module named ax_runner
I understand from the logs that the installer tries to fetch binaries and runtime packages from Axelera Artifactory (https://software.axelera.ai/artifactory/axelera-apt-source/), but I don’t have any Artifactory credentials or access key (or i don’t know where to find it).
I asked ChatGPT for help, and after several clean Docker setups, it seems impossible to get a complete installation without those credentials.
My goal:
I would like to install the full Voyager SDK in Docker (Ubuntu 22.04), then export it as a .tar.gz to deploy it later on my Metis Compute Board to test it’s performances with the AIPU.
Could you please confirm:
-
Is it possible to obtain the full Voyager SDK (including runtime and ax_runner) without an Artifactory access key?
-
If not, how can I get valid credentials or a complete SDK package for offline installation on my Metis?
Thank you very much for your help — I’ve spent quite some time trying different setups and would appreciate any clarification on how to proceed correctly.
Best regards,
Thibaut

