The official ONNX RUNTIME docker image.
Maintained by: openKylin RISC-V SIG.
Where to get help: openKylin RISC-V SIG, openKylin.
Current ONNX RUNTIME docker images are built on the openKylin. This repository is free to use and exempted from per-user rate limits.
ONNX Runtime is a cross-platform inference and training machine-learning accelerator.
ONNX Runtime inference can enable faster customer experiences and lower costs, supporting models from deep learning frameworks such as PyTorch and TensorFlow/Keras as well as classical machine learning libraries such as scikit-learn, LightGBM, XGBoost, etc. ONNX Runtime is compatible with different hardware, drivers, and operating systems, and provides optimal performance by leveraging hardware accelerators where applicable alongside graph optimizations and transforms. Learn more
The tag of each ONNX RUNTIME docker image is consist of the complete software stack version. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 1.26.0-ok20 | ONNX RUNTIME 1.26.0 on openKylin 2.0 | amd64,arm64,riscv64 |
Ensure that you have Docker installed, or are using Docker for Linux containers if on Windows.
Obtain the ONNX RUNTIME ecosystem docker image. There are two ways to do this:
Pull the pre-built Docker image
# From DockerHub
docker pull openkylin/onnxruntime
# From Quay
docker pull quay.io/openkylin/onnxruntime
Clone the source repository. Navigate to the AI/onnxruntime folder and build the image locally with the following command.
docker build . -t openkylin/onnxruntime
docker run -it openkylin/onnxruntimeIf you have any questions or want to use some special features, please submit an issue or a pull request on openkylin-docker-images.
Content type
Image
Digest
sha256:60318653f…
Size
357.2 MB
Last updated
3 months ago
docker pull openkylin/onnxruntime