Ubuntu Core 14.04 + CUDA + LXDE desktop + Firefox browser + TightVNC server.
969
Ubuntu Core 14.04 + CUDA 7.5 + LXDE desktop + Firefox browser + TightVNC server.
Include password.txt with the password for TightVNC (by default this is "password"). This must be at least 8 characters and is truncated if longer.
Use NVIDIA Docker: nvidia-docker run -dP kaixhin/cuda-vnc.
The default password should be changed. To do so start up a container and then run docker exec <id> bash -c "echo -e '<password>\n<password>\nn' | vncpasswd".
For automatically mapping a VNC port use nvidia-docker run -dP kaixhin/cuda-vnc and docker port <id> to retrieve the port.
For specifying the port manually use nvidia-docker run -d -p <port>:5901 kaixhin/cuda-vnc.
The shell can be entered as usual using nvidia-docker run -it kaixhin/cuda-vnc bash.
For more information on CUDA on Docker, see the repo readme.
If you find this useful in research please consider citing this work.
Content type
Image
Digest
Size
832.7 MB
Last updated
almost 9 years ago
docker pull kaixhin/cuda-vnc:7.5