| 1 | # Dockerfile |
| 2 | |
| 3 | This folder contains the docker file to help the user to build the packages from the source. |
| 4 | |
| 5 | ## onnx_ort_ext |
| 6 | Build ONNX, ONNXRuntime and ONNXRuntime-Extensions packages from the onnxruntime current master branch, |
| 7 | or from the source folder onnx_ort_ext/onnxruntime if it exists. |
| 8 | |