-
Notifications
You must be signed in to change notification settings - Fork 10
Add vulkan sample image #27
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
d95c34f to
2d80bea
Compare
| @@ -0,0 +1,65 @@ | |||
| # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |||
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.
what SPDX is?
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.
It's a tag to improve machine-readability of the license headers.
| libglm-dev \ | ||
| && rm -rf /var/lib/apt/lists/* | ||
|
|
||
| # TODO: We should update to the official samples |
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.
Curious, why are we not using the official ones in this build?
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.
I did not want to change how the samples are being built when compared to https://gitlab.com/nvidia/container-images/vulkan/-/blame/master/samples/Dockerfile.ubuntu?ref_type=heads#L35 in this commit.
Signed-off-by: Evan Lezar <[email protected]>
2d80bea to
3df6fd5
Compare
|
cc @dualvtable |
This change adds a sample image that can be used to demonstrate vulkan functionality. Signed-off-by: Evan Lezar <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
38c01b5 to
72a3b6f
Compare
This change adds a vulkan sample image to replace the image(s) defined at https://gitlab.com/nvidia/container-images/vulkan