Lightweight image for new users with ONNX and related dependencies.
3.4K
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.
Ensure that you have Docker installed, or are using Docker for Linux containers if on Windows.
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-baseClone 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-basedocker run -it onnx/onnx-baseThis project welcomes contributions and suggestions. For details, please read through the contributor's guide and the ONNX Open Source Code of Conduct.
The source dockerfile is being maintained in the onnx/onnx-docker repository.
Content type
Image
Digest
Size
217.1 MB
Last updated
over 6 years ago
docker pull onnx/onnx-base