Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 420 Bytes

alpine-python2

This is Alpine Linux based Python 2.7 installation. It contains GLIBS, C++ compiler, Fortrant compiler, openSSL, ODBC driver, etc. It contains only numpy (that is Fortran-based and is compiled inside docker image).

You can extends this docker image and simply add

FROM alexberkovich/alpine-python2:latest

COPY conf/requirements.txt etc/requirements.txt

RUN pip install -r etc/requirements.txt