Skip to content

Commit

Permalink
docker: fix missing intel dep
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed May 13, 2024
1 parent 452fe20 commit 955e780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/docker/install-intel-graphics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ then
# https://github.com/intel/compute-runtime/releases/tag/24.13.29138.7

rm -rf /tmp/neo && mkdir -p /tmp/neo && cd /tmp/neo &&
apt-get install -y ocl-icd-libopencl1 &&
curl -O -L https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.16510.2/intel-igc-core_1.0.16510.2_amd64.deb &&
curl -O -L https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.16510.2/intel-igc-opencl_1.0.16510.2_amd64.deb &&
curl -O -L https://github.com/intel/compute-runtime/releases/download/24.13.29138.7/intel-level-zero-gpu-dbgsym_1.3.29138.7_amd64.ddeb &&
Expand Down

0 comments on commit 955e780

Please sign in to comment.