Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abn/scipy-docker-alpine
- Owner: abn
- License: bsd-3-clause
- Created: 2017-04-01T09:51:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T10:03:52.000Z (over 7 years ago)
- Last Synced: 2024-11-18T07:50:04.478Z (about 1 month ago)
- Size: 1.95 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```