openvinotoolkit / docker_ci

The framework to generate a Dockerfile, build, test, and deploy a docker image with OpenVINO™ toolkit.
Apache License 2.0
59 stars 63 forks source link

ERROR: unable to install the driver . #239

Closed wfm777 closed 2 years ago

wfm777 commented 2 years ago

Step 53/69 : RUN ./install_NEO_OCL_driver.sh --no_numa -y -d ${INTEL_OPENCL} && apt-get autoremove -y software-properties-common && rm -rf /var/lib/apt/lists/* ---> Running in 3c879504806f

wfm777 commented 2 years ago

/docker_ci-releases-2021-4/dockerfiles/ubuntu20# docker build -t openvino:2021.4.1 --build-arg OPENVINO_BRANCH="releases/2021/4/1" -f "openvino_cgvh_runtime_2021.4.1.dockerfile" .