Developer build of ONNX in a lightweight linux-based container.
1.5K
This tool enables developers to quickly get started with an ONNX build from source in a lightweight linux-based image without worrying about dependencies.
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 onnx/onnx-devClone 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-devdocker run -it onnx/onnx-devThis project welcomes contributions and suggestions. For details, visit the ONNX Open Source Code of Conduct.
The source dockerfile is being maintained in the onnx/onnx-docker repository.
Content type
Image
Digest
Size
236.2 MB
Last updated
over 6 years ago
docker pull onnx/onnx-dev