Sign inSign up

841973620/jupyterlab-vnc

By 841973620

Updated about 1 year ago

jupyterlab with vnc desktop environment

Image
Developer tools
Operating systems
1

359

841973620/jupyterlab-vnc repository overview

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

Tag summary

Content type

Image

Digest

sha256:c45f73ad3

Size

646.8 MB

Last updated

about 1 year ago

docker pull 841973620/jupyterlab-vnc:ubuntu20.04