diff --git a/Dockerfile/Dockerfile b/Dockerfile/Dockerfile index 959e0d4b14..e17ac7b1c2 100644 --- a/Dockerfile/Dockerfile +++ b/Dockerfile/Dockerfile @@ -52,6 +52,7 @@ RUN if [[ "${BASE_IMAGE}" == amazonlinux* ]]; then \ elif echo "${BASE_IMAGE}" | grep -q "ubuntu"; then \ bash -c 'apt-get update && \ apt-get install -y wget && \ + apt-get install -y ocl-icd-libopencl1 lsb-release dkms udev python3 ocl-icd-opencl-dev uuid-dev libboost-filesystem1.65.1 libboost-program-options1.65.1 libboost-system1.65.1 libprotobuf10 libyaml-0-2 && \ dpkg -i /tmp/${PACKAGE_FILE} || apt-get install -f -y && \ rm -f /tmp/${PACKAGE_FILE} && \ dpkg -l | grep xrt'; \