# Building Docker Image - Create a JSON specification file for ONNX Runtime as shown below: { "base_image": "ubuntu24", "applications": ["onnxruntime"], "python_versions": ["py310"], "sdk": ["qaic_apps", "qaic_platform", "qaic_python"], "sdk_files": { "qaic_apps": "/path/to/apps/sdk.zip", "qaic_platform": "/path/to/platform/sdk.zip" } } Copy to clipboard - Follow the instructions in Docker to build and launch a container with ONNX Runtime support for Qualcomm Cloud AI Accelerators. - Inside the container, the onnxruntime\_qaic build is available at `/opt/qti-aic/integrations/qaic_onnxrt/onnxruntime_qaic`. Last Published: Aug 25, 2026 [Previous Topic Building QAic Execution Provider](https://docs.qualcomm.com/bundle/publicresource/80-99100-3/topics/building-qaic-ep.md) [Next Topic Model setting details](https://docs.qualcomm.com/bundle/publicresource/80-99100-3/topics/model-setting-details.md)