Sign inSign up

openeuler/onnxruntime

Sponsored OSS

By openeuler

Updated about 1 year ago

Image
0

4.6K

openeuler/onnxruntime repository overview

Quick reference

ONNX Runtime | openEuler

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 about on ONNX Runtime Website.

The tag of each ONNX Runtime docker image is consist of the complete software stack version. The details are as follows

TagCurrentlyArchitectures
1.22.1-oe2403sp2ONNX Runtime 1.22.1 on openEuler 24.03-LTS-SP2amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.

  • Pull the openeuler/onnxruntime image from docker

    docker pull openeuler/onnxruntime:{Tag}
    
  • Start a container

    docker run -it --name my-onnxruntime openeuler/onnxruntime:{Tag}
    
  • Container startup options

    OptionDescription
    --name my-onnxruntimeNames the container my-onnxruntime.
    -itStarts the container in interactive mode with a terminal.
    openeuler/onnxruntime:{Tag}Specifies the Docker image to run, replace {Tag} with the specific version tag.
  • Verify ONNX Runtime installation

    docker run --rm openeuler/onnxruntime:{Tag} python3 -c "import onnxruntime; print(onnxruntime.__version__)"
    
  • To get an interactive shell

    docker exec -it my-onnxruntime /bin/bash
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:40d41b240

Size

514.8 MB

Last updated

about 1 year ago

docker pull openeuler/onnxruntime

This week's pulls

Pulls:

5

Last week