All Projects → Docker-Hub-frolvlad → docker-alpine-miniconda3

Docker-Hub-frolvlad / docker-alpine-miniconda3

Licence: MIT License
The smallest Docker image with Miniconda3 (Python 3.7) (~143MB)

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-alpine-miniconda3

Ipxe Buildweb
iPXE Prebuilt binary web interface
Stars: ✭ 119 (+26.6%)
Mutual labels:  alpine, docker-image
Docker Android Sdk
Stars: ✭ 171 (+81.91%)
Mutual labels:  alpine, docker-image
Dockerfiles
Phalcon Dockerfiles used for internal purposes.
Stars: ✭ 145 (+54.26%)
Mutual labels:  alpine, docker-image
Gocv Alpine
GoCV-compatible OpenCV 3.4 Alpine 3.7 Docker image
Stars: ✭ 95 (+1.06%)
Mutual labels:  alpine, docker-image
PSCondaEnvs
Implementation of Conda's activate/deactivate functions in Powershell.
Stars: ✭ 84 (-10.64%)
Mutual labels:  anaconda, conda
Alpine Android
🐋 Small docker image for building & testing Android applications.
Stars: ✭ 116 (+23.4%)
Mutual labels:  alpine, docker-image
Docker Elasticsearch Alpine
Alpine Linux based Elasticsearch Docker Image
Stars: ✭ 154 (+63.83%)
Mutual labels:  alpine, docker-image
Docker Ruby Node
🐳 Alpine Docker Image with latest versions of Ruby, Node.js and yarn installed. This Docker Image is actively maintained and updated regularly.
Stars: ✭ 74 (-21.28%)
Mutual labels:  alpine, docker-image
Uvicorn Gunicorn Docker
Docker image with Uvicorn managed by Gunicorn for high-performance web applications in Python 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 244 (+159.57%)
Mutual labels:  alpine, docker-image
Docker Alpine Python3
The smallest Docker image with Python 3.7 (~57MB)
Stars: ✭ 218 (+131.91%)
Mutual labels:  alpine, docker-image
Docker Oidc Proxy
Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
Stars: ✭ 91 (-3.19%)
Mutual labels:  alpine, docker-image
FreeCAD Conda
conda recipes for freecad and dependencies of freecad
Stars: ✭ 35 (-62.77%)
Mutual labels:  anaconda, conda
Uvicorn Gunicorn Starlette Docker
Docker image with Uvicorn managed by Gunicorn for high-performance Starlette web applications in Python 3.7 and 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 92 (-2.13%)
Mutual labels:  alpine, docker-image
Alpine Mariadb
MariaDB running on Alpine Linux [Docker]
Stars: ✭ 117 (+24.47%)
Mutual labels:  alpine, docker-image
Docker Alpine Python Machinelearning
Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/
Stars: ✭ 76 (-19.15%)
Mutual labels:  alpine, docker-image
Docker Github Pages
🐳 Alpine Docker Image for GitHub Pages and Jekyll powered sites
Stars: ✭ 147 (+56.38%)
Mutual labels:  alpine, docker-image
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (-26.6%)
Mutual labels:  alpine, docker-image
Dockerfile
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Stars: ✭ 1,169 (+1143.62%)
Mutual labels:  alpine, docker-image
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+2673.4%)
Mutual labels:  alpine, docker-image
conda-devenv
A conda tool to work with multiple projects in development mode.
Stars: ✭ 95 (+1.06%)
Mutual labels:  anaconda, conda

Docker Stars Docker Pulls

Miniconda Python 3.7 Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains Python 3.7 packaged by Continuum with Conda package manager.

Download size of this image is only:

NOTE: Conda repositories contain only Glibc linked packaged binaries for Linux, so we have to use glibc workaround on Alpine.

Usage Example

$ docker run --rm frolvlad/alpine-miniconda3 python -c 'print("Hello World")'

Once you have run this command you will get printed 'Hello World' from Python!

NOTE: conda and pip are also available in this image.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].