Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex-ber/alpine-python2

Alpine Linux based based image with Python 2.7 and necessary OS level dependencies (OpenSSL, gcc, ODBC driver, etc).
https://github.com/alex-ber/alpine-python2

alpine alpine-linux dockerfile fortran gcc gcc-compiler numpy python python-2 python27

Last synced: about 2 months ago
JSON representation

Alpine Linux based based image with Python 2.7 and necessary OS level dependencies (OpenSSL, gcc, ODBC driver, etc).

Awesome Lists containing this project

README

        

## 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