Skip to content

eqs/DeepLabCut-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

deeplabcut-docker

  • This Dockerfile provides DeepLabCut + Anaconda environment on Ubuntu 16.04, CUDA 9.0 and CuDNN v7.
  • You can easily and quickly build the environment of DeepLabCut by using this repo.
  • We support GUI tools label_frames and refine_labels with X Window System.

Prerequisites

Please finish Prerequisites of Docker4DeepLabCut2.0 (i.e. install of Docker and nvidia-docker, and complete the docker group setting)

🐭 Quick start 🐭

Build the image

$ make docker-build

Start the container

$ make docker-run

Launch JupyterLab

Inside the container,

$ make jupyter

You can access the JupyterLab from a browser (http://localhost:9000).