Skip to content

datarevenue-berlin/alpine-miniconda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Alpine Miniconda

Safe Miniconda install in an Alpine Linux container. This image intend to be used as a base image, smaller than the official Continiuum image, based on Ubuntu.

The official Miniconda image weigth 158MB and this one only 57MB.

A special user is create with uid 1000 and can be use with any public user without security breach.

Changelog

4.5.1

  • Updated Miniconda version to 4.5.1
  • Set conda-forge as top prio channel

Usage

You can download and run this image with these commands:

docker pull drtools/alpine-miniconda
docker run -i -t drtools/alpine-miniconda /bin/bash

This image is a modified version of show0k/alpine-miniconda image modified to suite the companies needs.