deeplabcut-docker: version 0.1.0#3351
Merged
MMathisLab merged 5 commits intoMay 29, 2026
Merged
Conversation
C-Achard
reviewed
May 29, 2026
Co-authored-by: Cyril Achard <cyril.achard@epfl.ch>
6 tasks
MMathisLab
approved these changes
May 29, 2026
deruyter92
added a commit
that referenced
this pull request
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump, for releasing deeplabcut-docker 0.1.0
See changelog below
Caution
Merge this PR into main before making the latest release.
v0.1.0 — 2026-05-29
This release revives and modernises the
deeplabcut-dockerhelper, which wasnot actively maintenance and was broken for the Jupyter images on Docker Hub.
The vendored shell script (
deeplabcut_docker.sh) has been replaced witha pure-Python implementation, and the package setup has been modernised.
Breaking changes / migration
setup.cfg/MANIFEST.inhave been replaced bypyproject.toml.Re-install from the new package to pick up the updated entry point.
New features
deeplabcut_docker.pymodule; no shell dependency required.--imageflag — pass an arbitraryrepo:tagor digest to override thedefault image selection from
DLC_VERSION/CUDA_VERSION.already present locally (or when a specific version/image is requested).
host user are forwarded into the container via
--group-add.not appear to have a Jupyter entrypoint.
DOCKERenvironment variable(e.g.
DOCKER="sudo docker").default; users are instructed to use the value of
NOTEBOOK_TOKENinstead.Security
NOTEBOOK_TOKEN=(empty string) disablesJupyter token authentication.
deeplabcut-docker notebooknow logs aprominent warning in this case.
Bug fixes
/home/{user}instead of root).dockersubprocesses.Infrastructure
setup.cfg+MANIFEST.inwithpyproject.toml.LICENSE(LGPL-3.0) andMakefilefor local build and PyPI release.