Skip to content

Commit

Permalink
docker: Update install-intel-npu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored Nov 29, 2024
1 parent 8e888bc commit 8ba4c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/install-intel-npu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set -e
rm -rf /tmp/npu && mkdir -p /tmp/npu && cd /tmp/npu

# level zero must also be installed
LEVEL_ZERO_VERSION=1.18.5
LEVEL_ZERO_VERSION=1.19.2
# https://github.com/oneapi-src/level-zero
curl -O -L https://github.com/oneapi-src/level-zero/releases/download/v"$LEVEL_ZERO_VERSION"/level-zero_"$LEVEL_ZERO_VERSION"+u$distro.deb
curl -O -L https://github.com/oneapi-src/level-zero/releases/download/v"$LEVEL_ZERO_VERSION"/level-zero-devel_"$LEVEL_ZERO_VERSION"+u$distro.deb
Expand Down

0 comments on commit 8ba4c46

Please sign in to comment.