From 1fdf283a8c1272ce184d872e297b688cf0dbb96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Fri, 22 Oct 2021 06:30:43 +0200 Subject: [PATCH] Create requirements.txt from https://github.com/KienMN/JupyterHub-on-Kubernetes/blob/master/images/jupyter-hub/requirements.txt --- .../tensorflow-jupyterhub/requirements.txt | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Dockers/tensorflow-jupyterhub/requirements.txt diff --git a/Dockers/tensorflow-jupyterhub/requirements.txt b/Dockers/tensorflow-jupyterhub/requirements.txt new file mode 100644 index 0000000..7f7b0a8 --- /dev/null +++ b/Dockers/tensorflow-jupyterhub/requirements.txt @@ -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