onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

Spike: create onnxruntime + PyTorch dev container

Open jamill opened this issue 3 years ago • 0 comments

Example changes to explore dev container to easily build PyTorch from source and consume this in onnxruntime.

There are some other options to consider here:

  • Multiple Dev Container definitions (if we want to support different environments for different onnxruntime workstreams)
  • Move PyTorch environment setup into a self contained script. This would let developer decide whether they want PyTorch source (as opposed to PyTorch installed from PIP)

jamill avatar Aug 03 '22 20:08 jamill