opendatahub-io-contrib / jupyterhub-odh

Example JupyterHub deployment using OpenShift OAuth authenticator.
16 stars 31 forks source link

Expose tensorboard as a route #36

Closed maulikjs closed 5 years ago

maulikjs commented 5 years ago

So, while trying to run tensorflow, I had to expose tensorboard. I was able to achieve that by adding a label to my jupyterhub pod, creating a service to use that label as a selector and then exposing the route.

It would be nice to have that as a default whenever I use the tensorflow image to spin up jupyterhub.

As proposed, the easier thing to do would be to add the tensorboard jupyter extension to the base image.

vpavlin commented 5 years ago

Here you go https://github.com/vpavlin/jupyter-notebooks/pull/12