GithubHelp home page GithubHelp logo

docker-alscipy's Introduction

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.

docker-alscipy's People

Contributors

jfloff avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

loochao

docker-alscipy's Issues

pip upgrade

Is it possible to upgrade pip? I get this warning when installing other libraries via pip.

You are using pip version 9.0.3, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.