/docker-alscipy

Image with common packages for doing science in Alpine Python

Primary LanguageDockerfileMIT LicenseMIT

AlSciPy (Alpine Science Python)

Docker Stars Docker Pulls

Image with common packages for doing science in alpine-python!

Supported tags

Packages

Submit a PR or open an issue for new packages to be added!

Jupyter

This images comes with Jupyter server included! Amazing for quick plots! To run some notebook just mount the folder with your notebooks to docker and run:

docker run --rm -p 8888:8888 -v "$(pwd)/jupyter":/home/jupyter -ti jfloff/alscipy jupyter /home/jupyter/<notebook filename>

Building it yourself

This image is available on Docker Hub, but you can always fork it, change it and built it yourself! Remember, if you are just adding a new package think about opening a PR or issue. I will add it here directly!

  • Build image with: docker build --rm -t jfloff/alscipy .

  • Run image: docker run --rm -ti jfloff/alscipy

License

The code in this repository, unless otherwise noted, is MIT licensed. See the LICENSE file in this repository. Please refer to each package LICENSE when using this image.