Skip to content

A rocker extension for adding the conda/miniconda/miniforge package manager to an existing docker image

License

Notifications You must be signed in to change notification settings

blooop/conda_rocker

Repository files navigation

conda_rocker

Continuous Integration Status

Ci Codecov GitHub issues GitHub pull-requests merged GitHub release License Python Pixi Badge

Intro

This is a rocker extension for adding conda to an existing docker image. Check out the rocker GitHub page for more details on how Rocker and its extensions work. In short, Rocker allows you to add custom capabilities to existing Docker containers.

The installer uses miniforge instead of conda as it's a lightweight and free.

Installation

pip install conda-rocker

Usage

To install conda in an image use the --conda flag

#add conda to the ubuntu:22.04 image
rocker --conda --user ubuntu:22.04

# add conda to the nvidia/cuda image
rocker --conda --user nvidia/cuda

About

A rocker extension for adding the conda/miniconda/miniforge package manager to an existing docker image

Resources

License

Stars

Watchers

Forks

Packages

No packages published