Skip to content

Docker image to get DeepLabCutCore running on cloud GPUs.

Notifications You must be signed in to change notification settings

Alyetama/DeepLabCut-HPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Docker Image CI Docker Pulls Docker Image Size (latest by date)

$ docker pull fcatus/deeplabcut:latest

To Use With Singularity

$ singularity pull docker://fcatus/deeplabcut:latest

or build it from a singularity file

$ vim singularity
Bootstrap: docker
From: fcatus/deeplabcut:latest
$ singularity build --remote deeplabcut.sif singularity

Build From a Singularity Definition File

# Download the definition file
$ wget https://gist.githubusercontent.com/Alyetama/c819bb2d07e58b47208c69ce76c22feb/raw/c07b264adc5424d6bd939a77bb34a95a6f80dca1/dlc.def

# Customize the definition file (optional)
$ vim dlc.def

# Build remotely from the definition file
$ singularity build --remote deeplabcut.sif dlc.def

For more information about using singularity build, see Singularity Build.

About

Docker image to get DeepLabCutCore running on cloud GPUs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published