bvolpato / jupyter-gcp

Jupyter/SciPy Docker Image with GCP dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter-gcp

docker MIT License

Jupyter/SciPy Docker Image with GCP dependencies

Usage

Requires Docker daemon running.

Image Includes

  • gsutil / gcloud CLI
  • numpy / pandas
  • gcsfs / fastparquet / pyarrow / dask

Build

docker build -t jupyter-bruno .

Start

docker run --name jupyter -v ~/jupyter-data:/data -it -e NB_USER=bruno -e GRANT_SUDO=yes --user root -p 8888:8888 jupyter-bruno

Open

Copy the URL (http://127.0.0.1:8888/?token={TOKEN}) from the console and open in any browser.

About

Jupyter/SciPy Docker Image with GCP dependencies

License:MIT License


Languages

Language:Dockerfile 100.0%