jupyterlab with vnc desktop environment
359
jupyterlab port: 80
vnc port: 5901
default password: nvidia
default workdir: /workspace
docker run -itd --rm --hostname ubuntu --privileged=true --gpus all -p 80:80 -p 5901:5901 841973620/jupyterlab-vnc:ubuntu20.04-amd64
add parameter after "docker run" command to change the default password.
set password to "test":
docker run -itd --rm --hostname ubuntu --privileged=true --gpus all -p 80:80 -p 5901:5901 841973620/jupyterlab-vnc:ubuntu20.04-amd64 test
Content type
Image
Digest
sha256:c45f73ad3…
Size
646.8 MB
Last updated
about 1 year ago
docker pull 841973620/jupyterlab-vnc:ubuntu20.04