Can not install jupyter lab

I got error on deployment:
Could not find root directory: /base-notebook
Could not find root directory: /base-notebook
I use this template https://railway.app/template/WpjhAn
Solution:
deploy from a docker image instead https://github.com/jupyter/docker-stacks?tab=readme-ov-file#example-1 use this tool to deploy from unsupported image repositories like quay.io https://bookmarklets.up.railway.app/image-deploy/...
Jump to solution
5 Replies
Percy
Percy5mo ago
Project ID: 2620c66b-7c47-4dce-b6b8-22754da58d9e
Sang Dang
Sang Dang5mo ago
2620c66b-7c47-4dce-b6b8-22754da58d9e
Solution
Brody
Brody5mo ago
deploy from a docker image instead https://github.com/jupyter/docker-stacks?tab=readme-ov-file#example-1 use this tool to deploy from unsupported image repositories like quay.io https://bookmarklets.up.railway.app/image-deploy/
Sang Dang
Sang Dang5mo ago
thanks Brody, I will try it that way it works, thanks Brody!
Brody
Brody5mo ago
no problem!