Skip to content

Comments

Added vulkan support#71

Merged
djthorpe merged 2 commits intomainfrom
djt/0107/vulkan
Jan 7, 2026
Merged

Added vulkan support#71
djthorpe merged 2 commits intomainfrom
djt/0107/vulkan

Conversation

@djthorpe
Copy link
Member

@djthorpe djthorpe commented Jan 7, 2026

This PR adds Vulkan runtime libraries to the Docker image and improves the documentation for verifying Vulkan functionality within containers. The changes ensure that users can properly test GPU acceleration capabilities when running the go-media container.

  • Added Vulkan runtime libraries (libvulkan1 and vulkan-tools) to the Docker runtime image
  • Updated troubleshooting commands to use proper --entrypoint syntax for running vulkaninfo in containers

A further PR is needed to add hardware decoding support.

Copilot AI review requested due to automatic review settings January 7, 2026 10:41
@djthorpe djthorpe self-assigned this Jan 7, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Vulkan runtime libraries to the Docker image and improves the documentation for verifying Vulkan functionality within containers. The changes ensure that users can properly test GPU acceleration capabilities when running the go-media container.

  • Added Vulkan runtime libraries (libvulkan1 and vulkan-tools) to the Docker runtime image
  • Updated troubleshooting commands to use proper --entrypoint syntax for running vulkaninfo in containers

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
etc/docker/Dockerfile Added libvulkan1 and vulkan-tools packages to the runtime stage, enabling Vulkan functionality in the final container image
docs/docker-gpu.md Updated troubleshooting commands to use --entrypoint vulkaninfo with --summary as a separate argument, improving command clarity and correctness

@djthorpe djthorpe merged commit 8ce2265 into main Jan 7, 2026
2 checks passed
@djthorpe djthorpe deleted the djt/0107/vulkan branch January 7, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant