Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 477 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 477 Bytes

xandai/python-alpine

Description

This is a minimal Docker image for using Python 3 on Alpine Linux.

This image will be used as the base or other Python3-based images, for example, a jupyter notebook image.

Tags and Versions

tag python alpine
1.0.1 3.6.8-r1 3.9
1.0.0 3.6.8-r1 3.9

Usage

docker run --rm xandai/python-alpine:1.0.0 python -V