File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
metro-ai-suite/sensor-fusion-for-traffic-management/docker Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,8 @@ RUN curl -L -O https://github.com/intel/intel-graphics-compiler/releases/downloa
5454 curl -L -O https://github.com/intel/compute-runtime/releases/download/24.39.31294.12/intel-level-zero-gpu_1.6.31294.12_amd64.deb && \
5555 curl -L -O https://github.com/intel/compute-runtime/releases/download/24.39.31294.12/intel-opencl-icd-dbgsym_24.39.31294.12_amd64.ddeb && \
5656 curl -L -O https://github.com/intel/compute-runtime/releases/download/24.39.31294.12/intel-opencl-icd_24.39.31294.12_amd64.deb && \
57- curl -L -O https://github.com/intel/compute-runtime/releases/download/24.39.31294.12/libigdgmm12_22.5.2_amd64.deb && \
5857 dpkg -i ./*.deb && rm -rf /tmp/gpu_deps && \
59- apt install -y libigdgmm12=22.7.1-1120~22.04
58+ apt install -y libigdgmm12
6059
6160# # Install Linux NPU Driver v1.16.0 on Ubuntu 22.04
6261WORKDIR /tmp/npu_deps
You can’t perform that action at this time.
0 commit comments