Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • fuji-image
  • ellips_example_fix
  • 150-xps-example-update
  • sts_oasis
  • sts_examples
  • xps_eln_update
  • update-mpes-example
  • add-specsscan-fhi
  • xrd_example
  • downgrade-h5web
  • fixed-datascience-notebook-version-develop
  • fixed-datascience-notebook-version
  • ChangesForMigration
  • fhi-pcr840
  • add-nomad-lab-to-jupyterlab
  • fix_requirements
  • main protected
  • v0.0.2
  • v0.0.1
  • with-north-api
21 results

nomad-remote-tools-hub

  • Clone with SSH
  • Clone with HTTPS
  • NOMAD remote tools hub (north)

    Warning

    Most of the tool has been moved to here: https://gitlab.mpcdf.mpg.de/nomad-lab/north

    Lets you run containarized tools remotly.

    North is based on Jupyterhub and NOMAD. NOMAD runs Jupyterhub as a separate service, provides GUI elements that connect to Jupyterhub to launch and control North tools. This project contains all necessary docker images with all the supported tools inside.

    Project structure

    • docker - All the docker files, scripts for creating/managing images, documentation

    Getting started

    Clone the project

    git clone git@gitlab.mpcdf.mpg.de:nomad-lab/nomad-remote-tools-hub.git
    cd nomad-remote-tools-hub

    Get all sub-modules

    git submodule update --init

    Build an image

    cd docker/webtop
    docker build -t gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/webtop .

    See the respective README.md of docker/* subdirectories.