Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Latest commit

 

History

History

onnx-dev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ONNX Developer Docker Container

About

This tool enables developers to quickly get started with an ONNX build from source in a lightweight Linux-based image without worrying about dependencies.

Usage

  1. Ensure that you have Docker installed, or are using Docker for Linux containers if on Windows.

  2. Obtain the ONNX developer docker image. There are two ways to do this:

  • Pull the pre-built Docker image from DockerHub

    • docker pull onnx/onnx-dev
  • Clone the source repository. Navigate to the onnx-docker/onnx-dev folder and build the image locally with the following command.

    • docker build . -t onnx/onnx-dev
  1. Run the Docker container to launch the ONNX developer image.
    • docker run -it onnx/onnx-dev

Contributing

This project welcomes contributions and suggestions. For details, please read through the contributor's guide and the ONNX Open Source Code of Conduct.

Acknowledgements

The source dockerfile is being maintained in the onnx/onnx-docker repository.

License

Apache License v2.0