Skip to content

Commit 7365344

Browse files
authored
[CI] Add Ubuntu 24.04 stable drivers image (#16402)
We need this to bump the stable GPU driver, which requires Ubuntu 24.04 now. We already use a similar version of this image based on the same Dockerfile for the unstable and igc-dev images. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 2a97b05 commit 7365344

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/sycl-containers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
file: ubuntu2204_intel_drivers
5656
tag: latest
5757
build_args: "use_latest=false"
58+
- name: Intel Drivers Ubuntu 24.04 Docker image
59+
file: ubuntu2404_intel_drivers
60+
tag: latest
61+
build_args: "use_latest=false"
5862
- name: Intel Drivers (unstable) Ubuntu 24.04 Docker image
5963
file: ubuntu2404_intel_drivers
6064
tag: unstable

sycl/doc/developer/DockerBKMs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ The following containers are publicly available for DPC++ compiler development:
5050
development kits for NVidia/AMD from the `ubuntu2204_build` container.
5151
- `ghcr.io/intel/llvm/ubuntu2404_intel_drivers`: contains everything from the
5252
Ubuntu 24.04 base container + pre-installed Intel drivers.
53-
The image comes in two flavors/tags:
53+
The image comes in three flavors/tags:
54+
* `latest`: Intel drivers are downloaded from release/tag and saved in
55+
dependencies.json. The drivers are tested/validated everytime we upgrade
56+
the driver.
5457
* `devigc`: Intel Graphics Compiler driver from github actions artifacts,
5558
other drivers are downloaded from release/tag and saved in dependencies.json.
5659
* `unstable`: Intel drivers are downloaded from release/latest.

0 commit comments

Comments
 (0)