Would this be significantly easier if there were just a Dockerfile with all this stuff in it and then the instructions would be, "docker build -t cuda . && docker run -t -i cuda /bin/sh"? Or maybe make it a trusted docker image and developers could just pull/run it?<p>Later: perhaps not. Graphics drivers and the like rely on an interactive terminal and an X11 system, AFAICT.