-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ARG BASE_CONTAINER=jupyter/datascience-notebook | ||
|
||
FROM $BASE_CONTAINER | ||
|
||
ADD requirements.txt / | ||
|
||
RUN pip install jupyter-client --upgrade | ||
|
||
RUN pip install -r /requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
proxy: | ||
secretToken: 39f9a0b3f7cb7110e82369a5932a2d875241aaf6bb833b5d96f4d8b3ce22cd05 | ||
|
||
singleuser: | ||
image: | ||
# Get the latest image tag at: | ||
# https://hub.docker.com/r/jupyter/datascience-notebook/tags/ | ||
# Inspect the Dockerfile at: | ||
# https://github.com/jupyter/docker-stacks/tree/master/datascience-notebook/Dockerfile | ||
name: nonsens3/testground-jupyter-base | ||
tag: latest | ||
memory: | ||
limit: 2G | ||
guarantee: 2G | ||
cpu: | ||
limit: 2 | ||
guarantee: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
RELEASE=jhub | ||
NAMESPACE=jhub | ||
|
||
helm upgrade --install $RELEASE jupyterhub/jupyterhub \ | ||
--namespace $NAMESPACE \ | ||
--version=0.8.2 \ | ||
--values config.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
toml | ||
jinja2 | ||
ndjson | ||
pandas | ||
numpy | ||
matplotlib | ||
jupyter | ||
ipywidgets | ||
bunch | ||
stringcase | ||
papermill | ||
jupyter-ui-poll | ||
jupyter_contrib_nbextensions | ||
durations | ||
seaborn | ||
ipywidgets |