Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.29 KB

prototAIp-notebook

prototAIp-notebook is a community maintained Jupyter Docker Stack image. The image is preloaded with the most important libraries for data scientists. The collection of these libraries and the implementation of the stack image is part of the prototAIp project.

Installation with Docker Hub

Pull the docker image from Docker Hub and run a container with the following commands

docker pull rsafgdatascience/prototaip-notebook
docker run -p 10000:8888 rsafgdatascience/prototaip-notebook

Installation with GitHub

You can clone this repository and run it on you local machine. Just switch to the /image folder to build and run the container.

cd image/
docker build -t prototaip .
docker run -p 10000:8888 prototaip 

Community Stack

Created with instructions found on Community Stacks

Based on jupyter/datascience-notebook and ToluClassics/transformers_notebook