{"id":50854737,"url":"https://github.com/mne-tools/mne-docker","last_synced_at":"2026-06-14T17:32:19.199Z","repository":{"id":46613290,"uuid":"328748242","full_name":"mne-tools/mne-docker","owner":"mne-tools","description":"Repository for mne docker images","archived":false,"fork":false,"pushed_at":"2026-04-02T19:45:12.000Z","size":55,"stargazers_count":13,"open_issues_count":1,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-03T06:33:50.463Z","etag":null,"topics":["dask","docker","mne-python"],"latest_commit_sha":null,"homepage":"http://mne.tools/mne-docker/","language":"Jupyter Notebook","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/mne-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-11T17:57:19.000Z","updated_at":"2026-04-02T19:45:15.000Z","dependencies_parsed_at":"2025-09-30T12:26:27.251Z","dependency_job_id":null,"html_url":"https://github.com/mne-tools/mne-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mne-tools/mne-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mne-tools%2Fmne-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mne-tools%2Fmne-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mne-tools%2Fmne-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mne-tools%2Fmne-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mne-tools","download_url":"https://codeload.github.com/mne-tools/mne-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mne-tools%2Fmne-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34331808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dask","docker","mne-python"],"created_at":"2026-06-14T17:32:18.407Z","updated_at":"2026-06-14T17:32:19.189Z","avatar_url":"https://github.com/mne-tools.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MNE-docker\n\nThis repository stores the files to create [docker](https://docs.docker.com/get-docker/) images\ncapable of running [MNE-Python](https://mne.tools).\nThis repository also hosts the code and runs the github actions to build and release these images publicly.\n\n## Getting started\n\nTo download a notebook capable MNE docker image and launch a jupyter lab session run:\n\n```bash\ndocker run -p 8888:8888 ghcr.io/mne-tools/mne-python-jupyter jupyter lab --ip=\"*\"\n```\n\n## Available Docker images\n\nThe repository contains several images:\n\n1. `mne-tools/mne-python`: contains a minimal MNE-Python installation that can run python scripts.\n2. `mne-tools/mne-python-jupyter`: adds jupyter lab to the base image.\n3. `mne-tools/mne-python-plot`: adds 2D and 3D plotting capabilities to the `mne-python-jupyter` image.\n\nSeveral versions of the image are stored that correspond to different MNE-Python versions.\nThis allows you to specify which version of MNE-Python you wish to run.\nAdditionally, if you wish to use the latest development version, you can specify the `main` branch.\nFor example:\n\n* `mne-tools/mne-python:latest` would use the latest released MNE-Python version, e.g. v0.23.0.\n* `mne-tools/mne-python:0.23.0` would use the MNE-Python version 0.23.0.\n* `mne-tools/mne-python:main` would use the development version of MNE-Python.\n\n\n## Building images\n\nDocker compose provides an easy way to building all the images with the right context\n\n```\ndocker-compose build\n\n# Just build one image e.g. notebook\ndocker-compose build notebook\n```\n\n## Releasing\n\n#### Github container repository\n\nImages are automatically built and uploaded to the GitHub container repository.\n\nFor example, to run the MNE-Python version v0.23.0 image,\nwith plotting capabilities,\nmount the local directory,\nand start up a notebook server run:\n\n```bash\ndocker run -p 8888:8888 -v `pwd`:/home/mne_user ghcr.io/mne-tools/mne-python-plot:v0.23.0 jupyter-lab --ip=\"*\"\n```\n\n#### Dockerhub\n\nBuilding and releasing new image versions is done automatically via GitHub Actions. When new commits are\npushed to the main branch images are built with the `dev` tag and pushed to Docker Hub.\n\nWhen a new version of mne-python is released a PR should be raised to bump the versions in\nthe `Dockerfile`s and then once that has been merged a new tag matching the mne-python version\nshould be pushed. GitHub Actions will then build the images and push them with version tags and update\n`latest` too.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmne-tools%2Fmne-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmne-tools%2Fmne-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmne-tools%2Fmne-docker/lists"}