I can spin up JupyterHub from nomad-dev-distro using the Poe script. However, the JupyterHub does not contain the plugins that are available as sub-modules. I think it is pulling the image from GitLab.
Perhaps we can build a custom JupyterHub image locally with the plugins pre-installed. This can be triggered by uv run poe hub setup. This will be very convenient.
I can spin up JupyterHub from
nomad-dev-distrousing the Poe script. However, the JupyterHub does not contain the plugins that are available as sub-modules. I think it is pulling the image from GitLab.Perhaps we can build a custom JupyterHub image locally with the plugins pre-installed. This can be triggered by
uv run poe hub setup. This will be very convenient.