From 8859bae46ee6067c74c97e982272b94bde8b218c Mon Sep 17 00:00:00 2001 From: Christoph Schranz Date: Tue, 16 Jan 2024 14:37:36 +0100 Subject: [PATCH 1/2] Adding support for setup --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 7a92da5..1cfc016 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,26 @@ To remove the service from the swarm, use: If the error still occurs, so try there could be an issue that docker can't use the GPU. Please try [this](https://cschranz.medium.com/set-up-your-own-gpu-based-jupyterlab-e0d45fcacf43) or similar tutorials on how to install the required drivers. +## Support + +For commercial support, please contact [b-data](https://www.b-data.io) by email: . + + +b-data GmbH tailors the JupyterLab images to your needs, e.g. + +* Integration of self-signed CA certificates to enable communication with web services on the intranet + +* Setting up the necessary environment variables so that everything works behind a corporate proxy server + +Additionally, the JupyterHub setup can be customised to allow + +* Authentication with AD/LDAP + +* Mounting CIFS/SMB file shares + +and much more. + + ### Contribution This project has the intention to create a robust image for CUDA-based GPU applications, From 1b3429c3b48dccec761c660a0d7c7d361f290890 Mon Sep 17 00:00:00 2001 From: Christoph Schranz Date: Tue, 16 Jan 2024 14:37:40 +0100 Subject: [PATCH 2/2] Adding support for setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cfc016..04c4fdd 100644 --- a/README.md +++ b/README.md @@ -457,7 +457,7 @@ To remove the service from the swarm, use: For commercial support, please contact [b-data](https://www.b-data.io) by email: . -b-data GmbH tailors the JupyterLab images to your needs, e.g. +b-data GmbH tailors the [JupyterLab images](https://github.com/b-data/jupyterlab-python-docker-stack) to your needs, e.g. * Integration of self-signed CA certificates to enable communication with web services on the intranet