2i2c-org / binderhub-service

https://2i2c.org/binderhub-service/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Make sure ruamel-yaml is installed #110

Closed GeorgianaElena closed 4 months ago

GeorgianaElena commented 4 months ago

We need ruamel-yaml pkg in the binderhub-service image because it gets used by binderhub_config.py.

Prior to this, it get installed via jupyterhub (via jupyter-telemetry), but since jupyterhub 5, (the version that gets installed with this chart), jupyter-telemetry was replaced https://github.com/jupyterhub/jupyterhub/pull/4807, so we need be explicitly install it.