Skip to content

Commit bf617bf

Browse files
[Metro][TFCC]fix docker build error (open-edge-platform#430)
1 parent fd23111 commit bf617bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

metro-ai-suite/sensor-fusion-for-traffic-management/docker/Dockerfile_TFCC.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
6261
WORKDIR /tmp/npu_deps

0 commit comments

Comments
 (0)