iot-salzburg / gpu-jupyter

GPU-Jupyter: Leverage the flexibility of Jupyterlab through the power of your NVIDIA GPU to run your code from Tensorflow and Pytorch in collaborative notebooks on the GPU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirect loop

xiptos opened this issue · comments

I have been trying to install the image and launching the jupyterhub, but I'm getting Redirect Loop constantly. I tried with a jupyter-stack image (without Nvidia drivers) and it works fine.
What can it be related to?

Cheers,

I've experienced this before on all sorts of images, usually has to do with browser cache or cookies or something along those lines, but sometimes not. Try in another browser?

I tried in Safari and Firefox. I also deleted the cookies before, in each of them. However, it still continues in a redirect loop:

cudapyter     | [I 2021-10-12 15:03:43.535 JupyterHub log:181] 302 GET /hub/ -> /user/rlopes/ (rlopes@192.168.217.120) 5.27ms
cudapyter     | [I 2021-10-12 15:03:43.544 JupyterHub log:181] 302 GET /user/rlopes/ -> /hub/user/rlopes/ (@192.168.217.120) 1.24ms
cudapyter     | [I 2021-10-12 15:03:43.553 JupyterHub log:181] 302 GET /hub/user/rlopes/ -> /user/rlopes/ (rlopes@192.168.217.120) 3.73ms
cudapyter     | [I 2021-10-12 15:03:43.558 JupyterHub log:181] 302 GET /user/rlopes/ -> /hub/user/rlopes/ (@192.168.217.120) 0.55ms
cudapyter     | [I 2021-10-12 15:03:43.567 JupyterHub log:181] 302 GET /hub/user/rlopes/ -> /user/rlopes/ (rlopes@192.168.217.120) 2.24ms
cudapyter     | [I 2021-10-12 15:03:43.572 JupyterHub log:181] 302 GET /user/rlopes/ -> /hub/user/rlopes/ (@192.168.217.120) 0.52ms
cudapyter     | [I 2021-10-12 15:03:43.579 JupyterHub log:181] 302 GET /hub/user/rlopes/ -> /user/rlopes/ (rlopes@192.168.217.120) 2.21ms
cudapyter     | [I 2021-10-12 15:03:43.583 JupyterHub log:181] 302 GET /user/rlopes/ -> /hub/user/rlopes/ (@192.168.217.120) 0.52ms
cudapyter     | [I 2021-10-12 15:03:43.590 JupyterHub log:181] 302 GET /hub/user/rlopes/ -> /user/rlopes/ (rlopes@192.168.217.120) 2.18ms
cudapyter     | [I 2021-10-12 15:03:43.595 JupyterHub log:181] 302 GET /user/rlopes/ -> /hub/user/rlopes/ (@192.168.217.120) 0.52ms
cudapyter     | [I 2021-10-12 15:03:43.600 JupyterHub log:181] 302 GET /hub/user/rlopes/ -> /user/rlopes/ (rlopes@192.168.217.120) 2.14ms
cudapyter     | [I 2021-10-12 15:03:43.604 JupyterHub log:181] 302 GET /user/rlopes/ -> /hub/user/rlopes/ (@192.168.217.120) 0.52ms
cudapyter     | [I 2021-10-12 15:03:43.610 JupyterHub log:181] 302 GET /hub/user/rlopes/ -> /user/rlopes/ (rlopes@192.168.217.120) 2.16ms
cudapyter     | [I 2021-10-12 15:03:43.614 JupyterHub log:181] 302 GET /user/rlopes/ -> /hub/user/rlopes/ (@192.168.217.120) 0.58ms
cudapyter     | [I 2021-10-12 15:03:43.621 JupyterHub log:181] 302 GET /hub/user/rlopes/ -> /user/rlopes/ (rlopes@192.168.217.120) 2.09ms
cudapyter     | [I 2021-10-12 15:03:43.625 JupyterHub log:181] 302 GET /user/rlopes/ -> /hub/user/rlopes/ (@192.168.217.120) 0.51ms
cudapyter     | [I 2021-10-12 15:03:43.630 JupyterHub log:181] 302 GET /hub/user/rlopes/ -> /user/rlopes/ (rlopes@192.168.217.120) 2.14ms
cudapyter     | [I 2021-10-12 15:03:43.633 JupyterHub log:181] 302 GET /user/rlopes/ -> /hub/user/rlopes/ (@192.168.217.120) 0.51ms
cudapyter     | [I 2021-10-12 15:03:43.638 JupyterHub log:181] 302 GET /hub/user/rlopes/ -> /user/rlopes/ (rlopes@192.168.217.120) 2.16ms

Closing as there were no contributions for a while. Please reopen, if the error still occurs.