Damien L-G

Results 491 comments of Damien L-G

> Shouldn't `jupyterhub_config.py` be copied to the image so it reflects changes made? I was editing my `jupyterhub_config.py` file and noticed that changes were not reflecting. No because the `hub`...

Try this ```diff diff --git a/docker-compose.yml b/docker-compose.yml index ffb3069..0c7b8c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,6 +36,7 @@ services: - "data:${DATA_VOLUME_CONTAINER}" ports: - "443:443" + - "80:80" links: - hub-db...

Have you looked at #56 ?

Did you rebuild the Jupyter Hub image? `make build`

I have never used the Google OAuthenticator but my best guess is you did not set up the callback url right when you created the OAauth credentials on the Google...

If you are running nvidia-docker 2.0, you should be able to do something like: ```Python c.DockerSpawner.extra_create_kwargs.update({ 'runtime': 'nvidia' }) ```

> The server itself and Github-OAuth work fine Just make sure and factor this out of the equation, I recommend you do the following: ```diff diff --git a/.env b/.env index...

You might want to refer directly to Docker's documentation on volumes, but in short you'd need to either create the volumes that are appropriate for you or edit the `volumes`...

Yes I can help with that.