Skip to content

j3soon/docker-vulkan-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Vulkan Container Runtime

Unofficial minimal dockerfile for vulkan runtime.

Prerequisites:

Build or pull image:

docker build . -t j3soon/vulkan-runtime
# or
docker pull j3soon/vulkan-runtime

Run:

xhost +local:docker
docker run --rm -it --gpus all --network=host \
    -e DISPLAY=$DISPLAY \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -v $HOME/.Xauthority:/home/user/.Xauthority \
    j3soon/vulkan-runtime bash
# in the container
vkcube

Releases

No releases published

Packages

No packages published