nbgitpuller: executable file not found error
I see this error when a user logs in and spawns their server on Jupyterhub:
[Warning] Exec lifecycle hook ([gitpuller https://github.com/mcveanlab/tskit-workshop.git master tskit-workshop]) for Container "notebook" in Pod
"jupyter-geoff4_jhub(3f96c04d-fed4-11e8-833f-fa163ec7319d)" failed -
error: command 'gitpuller https://github.com/mcveanlab/tskit-workshop.git master tskit-workshop' exited with 126: , message: "OCI runtime exec failed: exec failed: container_linux.go:348:
starting container process caused \"exec: \\\"gitpuller\\\": executable file not found in $PATH\": unknown\r\n"
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (7 by maintainers)
Closing, because this was solved by explicitly setting the tag on the image and then referring to that in the Jupyterhub configuration. Thanks to @consideRatio for the help.