-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Doc] Update new Intel driver docker images #13307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, except a couple of nits.
sycl/doc/developer/DockerBKMs.md
Outdated
@@ -40,16 +40,13 @@ The following containers are publicly available for DPC++ compiler development: | |||
building DPC++ compiler from source. | |||
- `ghcr.io/intel/llvm/ubuntu2204_intel_drivers`: contains everything from the | |||
base container + pre-installed Intel drivers. | |||
Intel drivers are downloaded from release/tag and saved in dependencies.json. | |||
The image comes in three flavors: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image comes in three flavors: | |
The image comes in three flavors/tags: |
sycl/doc/developer/DockerBKMs.md
Outdated
@@ -40,16 +40,13 @@ The following containers are publicly available for DPC++ compiler development: | |||
building DPC++ compiler from source. | |||
- `ghcr.io/intel/llvm/ubuntu2204_intel_drivers`: contains everything from the | |||
base container + pre-installed Intel drivers. | |||
Intel drivers are downloaded from release/tag and saved in dependencies.json. | |||
The image comes in three flavors: | |||
* `latest`: Intel drivers are downloaded from release/tag and saved in dependencies.json. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, keep line length <= 80 characters.
@intel/llvm-gatekeepers This is ready for merge. Thanks. |
We renamed the unstable image in
#13292
Added new devigc image in #13272.