Sign inSign up

kaixhin/cuda-vnc

By kaixhin

Updated almost 9 years ago

Ubuntu Core 14.04 + CUDA + LXDE desktop + Firefox browser + TightVNC server.

Image
1

969

kaixhin/cuda-vnc repository overview

Docker Pulls Docker Stars

cuda-vnc

Ubuntu Core 14.04 + CUDA 7.5 + LXDE desktop + Firefox browser + TightVNC server.

Requirements

Build

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.

Usage

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.

Citation

If you find this useful in research please consider citing this work.

Tag summary

Content type

Image

Digest

Size

832.7 MB

Last updated

almost 9 years ago

docker pull kaixhin/cuda-vnc:7.5