{"id":13557478,"url":"https://github.com/jupyterhub/repo2docker","last_synced_at":"2025-05-14T09:09:27.860Z","repository":{"id":37996272,"uuid":"90722372","full_name":"jupyterhub/repo2docker","owner":"jupyterhub","description":"Turn repositories into Jupyter-enabled Docker images","archived":false,"fork":false,"pushed_at":"2024-09-16T07:00:01.000Z","size":3447,"stargazers_count":1621,"open_issues_count":176,"forks_count":362,"subscribers_count":46,"default_branch":"main","last_synced_at":"2024-10-29T14:52:46.536Z","etag":null,"topics":["docker","jupyter","jupyterhub"],"latest_commit_sha":null,"homepage":"https://repo2docker.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jupyterhub.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-09T08:36:30.000Z","updated_at":"2024-10-27T03:05:34.000Z","dependencies_parsed_at":"2024-01-01T23:26:43.133Z","dependency_job_id":"79a55ff1-ebbc-402a-a7f6-21953524c33c","html_url":"https://github.com/jupyterhub/repo2docker","commit_stats":{"total_commits":2082,"total_committers":131,"mean_commits":"15.893129770992367","dds":0.7905859750240154,"last_synced_commit":"239c4f57f5a40f7241bb4b4746019eb173475ed8"},"previous_names":["jupyter/repo2docker"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterhub%2Frepo2docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterhub%2Frepo2docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterhub%2Frepo2docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterhub%2Frepo2docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jupyterhub","download_url":"https://codeload.github.com/jupyterhub/repo2docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247450516,"owners_count":20940934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","jupyter","jupyterhub"],"created_at":"2024-08-01T12:04:22.627Z","updated_at":"2025-04-09T00:29:57.392Z","avatar_url":"https://github.com/jupyterhub.png","language":"Python","funding_links":[],"categories":["Python","docker","jupyter","Notebook Tools","Jupyter-Notebook工具"],"sub_categories":[],"readme":"# \u003ca href=\"https://github.com/jupyterhub/repo2docker\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/jupyterhub/repo2docker/8731ecf0967cc5fde028c456f2b92be651ebbc18/docs/source/_static/images/repo2docker.png\" height=\"48px\" /\u003e repo2docker\u003c/a\u003e\n\n[![Build Status](https://github.com/jupyterhub/repo2docker/workflows/Test/badge.svg)](https://github.com/jupyterhub/repo2docker/actions)\n[![Documentation Status](https://readthedocs.org/projects/repo2docker/badge/?version=latest)](http://repo2docker.readthedocs.io/en/latest/?badge=latest)\n[![Contribute](https://img.shields.io/badge/I_want_to_contribute!-grey?logo=jupyter)](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html)\n[![Docker Repository on Quay](https://img.shields.io/badge/quay.io-container-green \"Docker Repository on Quay\")](https://quay.io/repository/jupyterhub/repo2docker?tab=tags)\n\n`repo2docker` fetches a git repository and builds a container image based on\nthe configuration files found in the repository.\n\nSee the [repo2docker documentation](http://repo2docker.readthedocs.io)\nfor more information on using repo2docker.\n\nFor support questions please search or post to https://discourse.jupyter.org/c/binder.\n\nSee the [contributing guide](CONTRIBUTING.md) for information on contributing to\nrepo2docker.\n\n---\n\nPlease note that this repository is participating in a study into sustainability\nof open source projects. Data will be gathered about this repository for\napproximately the next 12 months, starting from 2021-06-11.\n\nData collected will include number of contributors, number of PRs, time taken to\nclose/merge these PRs, and issues closed.\n\nFor more information, please visit\n[our informational page](https://sustainable-open-science-and-software.github.io/) or download our [participant information sheet](https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf).\n\n---\n\n## Using repo2docker\n\n### Prerequisites\n\n1. Docker to build \u0026 run the repositories. The [community edition](https://store.docker.com/search?type=edition\u0026offering=community)\n   is recommended.\n2. Python 3.9+.\n\nSupported on Linux and macOS. [See documentation note about Windows support.](http://repo2docker.readthedocs.io/en/latest/install.html#note-about-windows-support)\n\n### Installation\n\nThis a quick guide to installing `repo2docker`, see our documentation for [a full guide](https://repo2docker.readthedocs.io/en/latest/install.html).\n\nTo install from PyPI:\n\n```bash\npip install jupyter-repo2docker\n```\n\nTo install from source:\n\n```bash\ngit clone https://github.com/jupyterhub/repo2docker.git\ncd repo2docker\npip install -e .\n```\n\n### Usage\n\nThe core feature of repo2docker is to fetch a git repository (from GitHub or locally),\nbuild a container image based on the specifications found in the repository \u0026\noptionally launch the container that you can use to explore the repository.\n\n**Note that Docker needs to be running on your machine for this to work.**\n\nExample:\n\n```bash\njupyter-repo2docker https://github.com/norvig/pytudes\n```\n\nAfter building (it might take a while!), it should output in your terminal\nsomething like:\n\n```bash\n    Copy/paste this URL into your browser when you connect for the first time,\n    to login with a token:\n        http://0.0.0.0:36511/?token=f94f8fabb92e22f5bfab116c382b4707fc2cade56ad1ace0\n```\n\nIf you copy paste that URL into your browser you will see a Jupyter Notebook\nwith the contents of the repository you had just built!\n\nFor more information on how to use `repo2docker`, see the\n[usage guide](http://repo2docker.readthedocs.io/en/latest/usage.html).\n\n## Repository specifications\n\nRepo2Docker looks for configuration files in the source repository to\ndetermine how the Docker image should be built. For a list of the configuration\nfiles that `repo2docker` can use, see the\n[complete list of configuration files](https://repo2docker.readthedocs.io/en/latest/config_files.html).\n\nThe philosophy of repo2docker is inspired by\n[Heroku Build Packs](https://devcenter.heroku.com/articles/buildpacks).\n\n## Docker Image\n\nRepo2Docker can be run inside a Docker container if access to the Docker Daemon is provided, for example see [BinderHub](https://github.com/jupyterhub/binderhub). Docker images are [published to quay.io](https://quay.io/repository/jupyterhub/repo2docker?tab=tags). The old [Docker Hub image](https://hub.docker.com/r/jupyter/repo2docker) is no longer supported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyterhub%2Frepo2docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupyterhub%2Frepo2docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyterhub%2Frepo2docker/lists"}