The official ONNX docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current ONNX docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).
Learn more about on ONNX Website.
The tag of each ONNX docker image is consist of the complete software stack version. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 1.18.0-oe2403sp4 | ONNX 1.18.0 on openEuler 24.03-LTS | amd64, arm64 |
| 1.18.0-oe2403lts | ONNX 1.18.0 on openEuler 24.03-LTS | amd64, arm64 |
Ensure that you have Docker installed, or are using Docker for Linux containers if on Windows.
Obtain the ONNX ecosystem docker image. There are two ways to do this:
Pull the pre-built Docker image from DockerHub
docker pull openeuler/onnxClone the source repository. Navigate to the AI/onnx folder and build the image locally with the following command.
docker build . -t openeuler/onnxdocker run -it openeuler/onnxIf you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:f18903708…
Size
452 MB
Last updated
2 months ago
docker pull openeuler/onnxPulls:
13
Last week