Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
singularityhub-EMBLRome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Descostes
singularityhub-EMBLRome
Merge requests
!11
bowtie2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bowtie2
submission
into
main
Overview
0
Commits
25
Pipelines
1
Changes
2
Merged
Nicolas Descostes
requested to merge
submission
into
main
2 years ago
Overview
0
Commits
25
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
b0a6d472
Prev
Next
Show latest version
2 files
+
4
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Unverified
b0a6d472
Update tag by removing dots
· b0a6d472
Francesco Tabaro
authored
2 years ago
recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2
.2.0.
2
→
recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2
20
2
+
2
−
1
Options
@@ -2,11 +2,12 @@ Bootstrap: docker
From: deeplabcut/deeplabcut:latest-core
%help
A Singularity image from the deeplabcut:latest-core Docker. It comes with ResNet weights embedded.
A Singularity image from the deeplabcut:latest-core Docker. It comes with ResNet weights embedded.
Deeplabcut 2.2.0.2
%labels
AUTHOR Francesco Tabaro
VERSION 0.1
DEEPLABCUT_VERSION 2.2.0.2
%post
apt-get update && apt-get install -y curl
Loading