Create requirements.txt
from https://github.com/KienMN/JupyterHub-on-Kubernetes/blob/master/images/jupyter-hub/requirements.txt
This commit is contained in:
parent
f061f1d9e4
commit
1fdf283a8c
1 changed files with 30 additions and 0 deletions
30
Dockers/tensorflow-jupyterhub/requirements.txt
Normal file
30
Dockers/tensorflow-jupyterhub/requirements.txt
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
# JupyterHub's version is defined in chartpress.yaml
|
||||||
|
|
||||||
|
## Authenticators
|
||||||
|
jupyterhub-dummyauthenticator==0.3.*
|
||||||
|
jupyterhub-firstuseauthenticator==0.12.*
|
||||||
|
jupyterhub-tmpauthenticator==0.6.*
|
||||||
|
jupyterhub-ltiauthenticator==0.4.*
|
||||||
|
jupyterhub-ldapauthenticator==1.3.*
|
||||||
|
jupyterhub-hmacauthenticator==0.1.*
|
||||||
|
jupyterhub-nativeauthenticator==0.0.5
|
||||||
|
mwoauth==0.3.7
|
||||||
|
globus_sdk[jwt]==1.8.*
|
||||||
|
nullauthenticator==1.0.*
|
||||||
|
oauthenticator==0.11.*
|
||||||
|
|
||||||
|
## Spawners
|
||||||
|
jupyterhub-kubespawner==0.11.*
|
||||||
|
kubernetes==10.0.*
|
||||||
|
|
||||||
|
## Other dependencies
|
||||||
|
pymysql==0.9.*
|
||||||
|
psycopg2-binary==2.8.*
|
||||||
|
pycurl==7.43.0.*
|
||||||
|
statsd==3.3.*
|
||||||
|
cryptography==2.8.*
|
||||||
|
|
||||||
|
## Useful tools
|
||||||
|
|
||||||
|
# py-spy is useful for profiling running hubs
|
||||||
|
py-spy
|
||||||
Loading…
Add table
Add a link
Reference in a new issue