Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

python-vnc

  • Clone with SSH
  • Clone with HTTPS
  • Clone with KRB5
  • Clemens Lange's avatar
    Clemens Lange authored
    Add fsspec-xrootd (closes #2)
    
    Closes #2
    
    See merge request !3
    b791fe07
    History

    Python HEP VNC

    Python image with HEP software stack and a VNC server

    pipeline status

    The Docker images contain Python 3 and a VNC server for access to the graphical user interface.

    Usage

    docker run --rm -it -P -p 5901:5901 -p 6080:6080 -p 8888:8888 gitlab-registry.cern.ch/cms-cloud/python-vnc:latest

    If you would like to mount directories from your local file system into the container, please use /code as target directory in the container (and in particular do not mount to /home/cmsusr since this will break the VNC setup).

    To use Jupyter Lab, run jupyter-lab --ip=0.0.0.0 --no-browser and then point your browser to http://localhost:8888/lab.

    To start the VNC server when not using Jupyter Lab, run in the container:

    start_vnc

    The VNC server will be available on localhost:5901 and also be accessible via a webbrowser at http://localhost:6080. The connection password is cms.cern.