Skip to content

iterative/features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Features for Machine Learning

A set of simple and reusable development container 'features' for Machine Learning and Data Science. E.g. to quickly add DVC to a development container, install nvtop for GPUs monitoring, etc.

Usage

To reference a feature from this repository, add the desired features to a devcontainer.json. Each feature has a README.md that shows how to reference the feature and which options are available for that feature.

See the relevant feature's README for supported options.

"name": "example-get-started",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",  // Any generic, debian-based image.
"features": {
    "ghcr.io/iterative/features/dvc:1": {},
    "ghcr.io/iterative/features/nvtop:1": {}
}

Read more how to use development container features here.

Contributing

This repository will accept improvement, bug fix, and new features contributions.

About

A collection of development container 'features' for machine learning and data science

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages 3

 
 
 

Languages