jupyterhub-deploy-docker
                                
                                
                                
                                    jupyterhub-deploy-docker copied to clipboard
                            
                            
                            
                        Reference deployment of JupyterHub with docker
### description build failed ### context: - no custom environnement variables - Docker version 20.10.5, build 55c4c88 - docker-compose version 1.29.2, build 5becea4c ### how to reproduce 1. git clone...
### Proposed change When user creates their own ssh keys to interact with gitlab they will be stored in the home .ssh hidden folder. I don't want the user to...
### Proposed change I have noticed that the single docker image is quite old, this commit is 3 years old. ``` # Single-user Jupyter Notebook server container image DOCKER_NOTEBOOK_IMAGE=jupyter/minimal-notebook:8ccdfc1da8d5 ```...
I am using the Letsencrypt example to deploy the service with a valid SSL certificate. Following [these](https://github.com/jupyterhub/jupyterhub-deploy-docker/blob/master/examples/letsencrypt/README.md) instructions I was not able to start the container with the following error:...
The script uses an old syntax, it should be updated with this: ``` # Generate the cert and save it to the Docker volume docker run --rm -it \ -p...
I built fail. I found that when conda install psycopg2, python is upgraded 3.6 to 3.7. This is caused to fail conda clean line and also caused to upgrade jupyter...
Hello Friends: I'm considering using this **deployment model** -- `https://github.com/jupyterhub/jupyterhub-deploy-docker` -- for deploying `JupyterHub via Docker` on a PC with very robust specs (i.e. a high-end gaming PC, though I...
Hi All, First of all, I would like to thank the contributors of the project. I have found this repository very useful. **I think it would be great if there...
Hello, we want to use this deployment with a couple of powerful GPU. As far as I understand, using docker-compose will not make full use of our GPUs. To use...
I built an image in this [directory](https://github.com/jupyterhub/jupyterhub-deploy-docker/tree/master/examples/custom-notebook-server): `docker build -t custom-notebook-server . ` Then I tried to run it: `docker run --rm -it custom-notebook-server` But it gives me an error:...