onnxruntime/dockerfiles
2019-05-08 10:40:01 -07:00
..
Dockerfile.arm32v7 ARM32v7 Dockerfile and build instructions update. (#737) 2019-04-03 14:45:24 -07:00
Dockerfile.ngraph ng ep update1 (#895) 2019-04-24 10:35:26 -07:00
README.md Addressing #956, deprecating old CPU and GPU quickstart dockerfiles (#987) 2019-05-08 10:40:01 -07:00

Quick-start Docker containers for ONNX Runtime

nGraph Version (Preview)

Linux 16.04, Python Bindings

  1. Build the docker image from the Dockerfile in this repository.
# If you have a Linux machine, preface this command with "sudo"

docker build -t onnxruntime-ngraph -f Dockerfile.ngraph .
  1. Run the Docker image
# If you have a Linux machine, preface this command with "sudo"

docker run -it onnxruntime-ngraph