intel / onnxruntime

ONNX Runtime: cross-platform, high performance scoring engine for ML models
MIT License
56 stars 22 forks source link

Ort openvino npu 1.17 master #351

Closed sfatimar closed 5 months ago

sfatimar commented 6 months ago

Description

Motivation and Context

sfatimar commented 5 months ago

I am seeing this error

11 4.765 /bin/sh: 1: cd: can't cd to /opt/intel/openvino_2023.0.0/install_dependencies

Even when we specify ARG OPENVINO_VERSION=2024.0.0 ENV INTEL_OPENVINODIR /opt/intel/openvino${OPENVINO_VERSION} …. cd $INTEL_OPENVINO_DIR/install_dependencies

It seems to me that there the environment is not cleaned properly and it is picking up an old directory. Can you please check.