File tree Expand file tree Collapse file tree 4 files changed +49
-0
lines changed Expand file tree Collapse file tree 4 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ ARG BASE_CONTAINER=jupyter/datascience-notebook
2
+
3
+ FROM $BASE_CONTAINER
4
+
5
+ ADD requirements.txt /
6
+
7
+ RUN pip install jupyter-client --upgrade
8
+
9
+ RUN pip install -r /requirements.txt
Original file line number Diff line number Diff line change
1
+ proxy :
2
+ secretToken : 39f9a0b3f7cb7110e82369a5932a2d875241aaf6bb833b5d96f4d8b3ce22cd05
3
+
4
+ singleuser :
5
+ image :
6
+ # Get the latest image tag at:
7
+ # https://hub.docker.com/r/jupyter/datascience-notebook/tags/
8
+ # Inspect the Dockerfile at:
9
+ # https://github.com/jupyter/docker-stacks/tree/master/datascience-notebook/Dockerfile
10
+ name : nonsens3/testground-jupyter-base
11
+ tag : latest
12
+ memory :
13
+ limit : 2G
14
+ guarantee : 2G
15
+ cpu :
16
+ limit : 2
17
+ guarantee : 2
Original file line number Diff line number Diff line change
1
+ RELEASE=jhub
2
+ NAMESPACE=jhub
3
+
4
+ helm upgrade --install $RELEASE jupyterhub/jupyterhub \
5
+ --namespace $NAMESPACE \
6
+ --version=0.8.2 \
7
+ --values config.yaml
Original file line number Diff line number Diff line change
1
+ toml
2
+ jinja2
3
+ ndjson
4
+ pandas
5
+ numpy
6
+ matplotlib
7
+ jupyter
8
+ ipywidgets
9
+ bunch
10
+ stringcase
11
+ papermill
12
+ jupyter-ui-poll
13
+ jupyter_contrib_nbextensions
14
+ durations
15
+ seaborn
16
+ ipywidgets
You can’t perform that action at this time.
0 commit comments