Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abn/scipy-docker-alpine

Alpine Docker Image for SciPy
https://github.com/abn/scipy-docker-alpine

Last synced: 7 days ago
JSON representation

Alpine Docker Image for SciPy

Awesome Lists containing this project

README

        

# Alpine Docker Image for SciPy

This image provides a lightweight (note this is used loosely when compared to the based image) runtime environment for SciPy codebases. This is an interim measure while the `py-numpy`, `py-matplotlib` and `py-scipy` available via the `@community` and `@testing` repositories are unstable. Alternatively, this allows for the latest version of these packages to be used before they are available in the main repository.

This image is constructed using the latest alpine base image at the time of build.

## Usage
```sh
docker run --rm -it alectolytic/scipy:latest python
```