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-base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ONNX Base Docker Container

About

This image enables new users to get started with a published ONNX package from PyPi 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 base docker image. There are two ways to do this:

  • Pull the pre-built Docker image from DockerHub

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

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

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