mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-27 22:45:57 +00:00
| .. | ||
| Dockerfile.arm32v7 | ||
| Dockerfile.ngraph | ||
| README.md | ||
Quick-start Docker containers for ONNX Runtime
nGraph Version (Preview)
Linux 16.04, Python Bindings
- 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 .
- Run the Docker image
# If you have a Linux machine, preface this command with "sudo"
docker run -it onnxruntime-ngraph