Skip to content

eqs/cookiecutter-deeplabcut-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-deeplabcut-docker

A cookiecutter template for DeepLabCut environment

Usage

Options

  • author_name: your name
  • project_name: your project name
  • project_description: description of your project (this will be inserted to README.md)
  • use_GUI: flag of GUI mode
  • jupyter_port: a port to access JupyterLab running on a container
  • tensorboard_port: a port to access TensorBoard running on a container

Generate project and launch Docker container

Run following commands:

$ cookiecutter https://github.com/eqs/cookiecutter-dl-work
# cd to generated project dir
$ docker-compose build # (or docker-compose build --no-cache)
$ docker-compose up -d

Access following URLs from web browser:

  • localhost:<jupyter_port>
  • localhost:<tensorboard_port>

Happy DeepLabCutting!

About

cookiecutter template for DeepLabCut project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published