Skip to content

update npu driver to 1.30#4072

Open
dtrawins wants to merge 1 commit intomainfrom
npu1.30
Open

update npu driver to 1.30#4072
dtrawins wants to merge 1 commit intomainfrom
npu1.30

Conversation

@dtrawins
Copy link
Collaborator

🛠 Summary

JIRA/Issue if applicable.
Describe the changes.

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Ubuntu Docker image NPU enablement dependencies to use Intel linux-npu-driver v1.30.0 (Ubuntu 24.04 path), adjusting the accompanying Level Zero loader package source accordingly.

Changes:

  • Bump Intel linux-npu-driver download for Ubuntu 24.04 from v1.28.0 to v1.30.0.
  • Switch Ubuntu 24.04 Level Zero dependency to a libze1 package downloaded from a Launchpad snapshot URL.

You can also share your feedback on Copilot code review. Take the survey.

curl -L -O https://github.com/oneapi-src/level-zero/releases/download/v1.24.2/level-zero_1.24.2+u24.04_amd64.deb ; \
curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.30.0/linux-npu-driver-v1.30.0.20260311-22963593310-ubuntu2404.tar.gz && \
tar -xf linux-npu-driver-v1.30.0.20260311-22963593310-ubuntu2404.tar.gz && \
curl -L -O https://snapshot.ppa.launchpadcontent.net/kobuk-team/intel-graphics/ubuntu/20260205T100000Z/pool/main/l/level-zero-loader/libze1_1.26.2-1~24.04~ppa1_amd64.deb ; \
curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.30.0/linux-npu-driver-v1.30.0.20260311-22963593310-ubuntu2404.tar.gz && \
tar -xf linux-npu-driver-v1.30.0.20260311-22963593310-ubuntu2404.tar.gz && \
curl -L -O https://snapshot.ppa.launchpadcontent.net/kobuk-team/intel-graphics/ubuntu/20260205T100000Z/pool/main/l/level-zero-loader/libze1_1.26.2-1~24.04~ppa1_amd64.deb ; \
fi ; \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants