Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
C
container-toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nvidia
container-toolkit
container-toolkit
Commits
eb5d50ab
Commit
eb5d50ab
authored
1 year ago
by
Evan Lezar
Committed by
Evan Lezar
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Merge branch 'include-nvoptix' into 'main'
Update list of graphics mounts See merge request
!501
parent
53b24618
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
internal/discover/graphics.go
+2
-0
2 additions, 0 deletions
internal/discover/graphics.go
with
6 additions
and
0 deletions
CHANGELOG.md
+
4
−
0
View file @
eb5d50ab
# NVIDIA Container Toolkit Changelog
# NVIDIA Container Toolkit Changelog
## v1.14.4
*
Include
`nvidia/nvoptix.bin`
in list of graphics mounts.
*
Include
`vulkan/icd.d/nvidia_layers.json`
in list of graphics mounts.
## v1.14.3
## v1.14.3
*
[toolkit-container] Bump CUDA base image version to 12.2.2.
*
[toolkit-container] Bump CUDA base image version to 12.2.2.
...
...
This diff is collapsed.
Click to expand it.
internal/discover/graphics.go
+
2
−
0
View file @
eb5d50ab
...
@@ -78,9 +78,11 @@ func NewGraphicsMountsDiscoverer(logger logger.Interface, driverRoot string, nvi
...
@@ -78,9 +78,11 @@ func NewGraphicsMountsDiscoverer(logger logger.Interface, driverRoot string, nvi
[]
string
{
[]
string
{
"glvnd/egl_vendor.d/10_nvidia.json"
,
"glvnd/egl_vendor.d/10_nvidia.json"
,
"vulkan/icd.d/nvidia_icd.json"
,
"vulkan/icd.d/nvidia_icd.json"
,
"vulkan/icd.d/nvidia_layers.json"
,
"vulkan/implicit_layer.d/nvidia_layers.json"
,
"vulkan/implicit_layer.d/nvidia_layers.json"
,
"egl/egl_external_platform.d/15_nvidia_gbm.json"
,
"egl/egl_external_platform.d/15_nvidia_gbm.json"
,
"egl/egl_external_platform.d/10_nvidia_wayland.json"
,
"egl/egl_external_platform.d/10_nvidia_wayland.json"
,
"nvidia/nvoptix.bin"
,
},
},
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment