Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/alex-ber/alpine-python2
- Owner: alex-ber
- License: bsd-2-clause
- Archived: true
- Created: 2019-10-16T19:20:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T07:08:26.000Z (about 5 years ago)
- Last Synced: 2024-09-24T19:22:00.534Z (about 2 months ago)
- Topics: alpine, alpine-linux, dockerfile, fortran, gcc, gcc-compiler, numpy, python, python-2, python27
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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