<div dir="ltr"><div dir="ltr"><br></div><div><div>Yes I have. I used an X11 server on the host machine, and xserver-xorg-video-dummy in the container. I seem to recall dummy is not strictly necessary. You then need to expose the GPU and a few other things in your docker command. This is the docker command I used</div><div><br></div><div><span style="color:rgb(51,51,51);font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px">docker run --gpus all -v /usr/local/cuda:/usr/local/cuda --device=/dev/dri/card0 --rm -e DISPLAY=$DISPLAY -v /tmp/X11-unix:/tmp/.X11 -it ...</span><br></div><div><br></div><div class="gmail_quote"><div class="gmail_attr">Hope that helps</div><font color="#888888"><div class="gmail_attr">- steve</div></font></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr"><br></div></div><div dir="ltr" class="gmail_signature"></div></div>