Skip to content

Commit d71b7a8

Browse files
author
Tuan Vu
committed
Add analysis notebooks
1 parent 086d575 commit d71b7a8

File tree

3 files changed

+899
-0
lines changed

3 files changed

+899
-0
lines changed

notebooks/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM jupyter/base-notebook
2+
3+
USER jovyan
4+
5+
# Install Tensorflow
6+
RUN conda install --quiet --yes \
7+
'pandas' \
8+
'pandas-gbq' --channel conda-forge
9+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: '3'
2+
services:
3+
jupyter-notebook:
4+
build: .
5+
image: my-jupyter-notebook
6+
volumes:
7+
- ./gcloud-example:/home/jovyan/work
8+
ports:
9+
- "8888:8888"

0 commit comments

Comments
 (0)