https://github.com/bvolpato/jupyter-gcp
Jupyter/SciPy Docker Image with GCP dependencies
https://github.com/bvolpato/jupyter-gcp
docker gcp google-cloud jupyter scipy
Last synced: 3 months ago
JSON representation
Jupyter/SciPy Docker Image with GCP dependencies
- Host: GitHub
- URL: https://github.com/bvolpato/jupyter-gcp
- Owner: bvolpato
- License: mit
- Created: 2020-04-11T16:35:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T13:24:15.000Z (over 4 years ago)
- Last Synced: 2025-01-26T01:35:00.895Z (5 months ago)
- Topics: docker, gcp, google-cloud, jupyter, scipy
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupyter-gcp

[](https://github.com/brunocvcunha/jupyter-gcp/blob/master/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.