MaastrichtU-IDS / jupyterlab

🪐 JupyterLab + VisualStudio Code workspaces for data science and knowledge graphs
MIT License
40 stars 21 forks source link

Unexpanded tilde: /home/jovyan/~ #3

Closed xanderificnl closed 1 year ago

xanderificnl commented 2 years ago

Hi!

I'm outside your university, but your image came with all the things I needed to get up and running a bit faster – thank you for that!

A small error in the cointainer:

$ find "$HOME/~" -maxdepth 3
/home/jovyan/~
/home/jovyan/~/.local
/home/jovyan/~/.local/bin
/home/jovyan/~/.local/bin/gadd
/home/jovyan/~/.local/bin/gmsg
/home/jovyan/~/.local/bin/gus
/home/jovyan/~/.local/bin/replace
/home/jovyan/~/.local/bin/gimmit
/home/jovyan/~/.local/bin/grip
/home/jovyan/~/.local/bin/gitard
/home/jovyan/~/.local/bin/giff

Presumably, Docker isn't expanding the tilde:

https://github.com/MaastrichtU-IDS/jupyterlab/blob/1a8847085f84f7275477dd9e4df72eb531d1274a/Dockerfile#L166