eqs / DeepLabCut-Docker

Dockerfile for DeepLabCut 2.0 (https://github.com/AlexEMG/DeepLabCut)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Dockerfile for DeepLabCut 2.0 (https://github.com/AlexEMG/DeepLabCut)


Languages

Language:Dockerfile 66.0%Language:Makefile 34.0%