Sign inSign up

carlosal1015/docker-scientific-python

By carlosal1015

Updated over 6 years ago

Docker image for Scientific Python.

Image
0

97

carlosal1015/docker-scientific-python repository overview

docker-scientific-python

Docker Hub

Size and Layers GitHub issues GitHub license

What is including

This is a docker image that contains the following modules:

Running the container

[user@hostname ~]$ git clone https://github.com/carlosal1015/docker-scientific-python
[user@hostname ~]$ cd docker-scientific-python
[user@hostname docker-scientific-python]$ docker-compose up -d

or

[user@hostname docker-scientific-python]$ docker run -it --name scientific-python \
                                                  -v $(PWD):/notebooks \
                                                  -p 8888:8888 -d \
                                                  carlosal1015/docker-scientific-python

Open localhost:8888 and enjoy :smile:

Tag summary

Content type

Image

Digest

Size

273.8 MB

Last updated

over 6 years ago

docker pull carlosal1015/docker-scientific-python