Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Update Intel compute runtime to 23.52.28202.14 #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ ENV NVIDIA_VISIBLE_DEVICES="all"
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility"

# https://github.com/intel/compute-runtime/releases
ARG GMMLIB_VERSION=22.3.0
ARG IGC_VERSION=1.0.14828.8
ARG NEO_VERSION=23.30.26918.9
ARG LEVEL_ZERO_VERSION=1.3.26918.9
ARG GMMLIB_VERSION=22.3.11
ARG IGC_VERSION=1.0.15770.11
ARG NEO_VERSION=23.52.28202.14
ARG LEVEL_ZERO_VERSION=1.3.28202.14

# Install dependencies:
# curl: healthcheck
Expand Down