repo2docker-service

Enables JupyterHub users run repo2docker

BSD-3-CLAUSE License

Stars
1

repo2docker-service

repo2docker-service is a FastAPI based web application to be run as a JupyterHub Service. It can enable JupyterHub users to run repo2docker directly via a primitive user interface exposed at https://your-hub.example.com/services/repo2docker, as well as a more advanced functionality to be built with its provided REST API.

Install

pip install repo2docker-service

Run

uvicorn repo2docker_service:app
Badges
Extracted from project README
Documentation build status GitHub Workflow Status - Test