We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a831347 commit 7390b1cCopy full SHA for 7390b1c
tools/gen_ort_dockerfile.py
@@ -379,7 +379,8 @@ def dockerfile_for_linux(output_file):
379
cp /workspace/onnxruntime/include/onnxruntime/core/session/onnxruntime_session_options_config_keys.h \
380
/opt/onnxruntime/include && \
381
cp /workspace/onnxruntime/include/onnxruntime/core/providers/cpu/cpu_provider_factory.h \
382
- /opt/onnxruntime/include
+ /opt/onnxruntime/include \\
383
+ && /workspace/onnxruntime/include/onnxruntime/core/session/onnxruntime_ep_c_api.h /opt/onnxruntime/include
384
385
RUN mkdir -p /opt/onnxruntime/lib && \
386
cp /workspace/build/${ONNXRUNTIME_BUILD_CONFIG}/libonnxruntime_providers_shared.so \
0 commit comments