Skip to content

Commit

Permalink
Merge branch 'include-nvoptix' into 'main'
Browse files Browse the repository at this point in the history
Update list of graphics mounts

See merge request nvidia/container-toolkit/container-toolkit!501
  • Loading branch information
Evan Lezar authored and elezar committed Jan 11, 2024
1 parent 53b2461 commit eb5d50a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 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
* [toolkit-container] Bump CUDA base image version to 12.2.2.

Expand Down
2 changes: 2 additions & 0 deletions internal/discover/graphics.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ func NewGraphicsMountsDiscoverer(logger logger.Interface, driverRoot string, nvi
[]string{
"glvnd/egl_vendor.d/10_nvidia.json",
"vulkan/icd.d/nvidia_icd.json",
"vulkan/icd.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/10_nvidia_wayland.json",
"nvidia/nvoptix.bin",
},
)

Expand Down

0 comments on commit eb5d50a

Please sign in to comment.