fhswf / Jupyterhub-K8s

Jupyterhub on Kubernetes with GPU support and Multiauthentication
https://github.com/fhswf/Jupyterhub-K8s
MIT License
2 stars 0 forks source link

Missing bashrc and profile config #19

Closed DeepCowProductions closed 1 year ago

DeepCowProductions commented 1 year ago

Describe the bug Images launched from a new user have no .bashrc and .profile in thier home, causing the terminal to be quite basic. This also prevent some env vars to be set correctly in the terminal.

Possible Cause we mount the user home into our cluster storage, so every content int he base container under /home/jovyan get effectively wiped.

Possible Solution Use launch hooks to reinstall a basic .bashrc (See here: hooks)

DeepCowProductions commented 1 year ago

Should be solved now. jupyterhub helm was overwriting docker command.