Closed allenzhao closed 3 years ago
@allenzhao thanks for reporting the issue! I will investigate.
I have two questions that might help solve the issue: 1) Do you use the default flavor: mltooling/ml-workspace:0.13.0
? 2) Did you mount a folder into the /workspace
folder?
Iām using the GPU flavor and I also tried the default flavor. Both gave the same 404 error.
I mounted the home folder of the user running docker in host machine as the workspace folder
@allenzhao Alright, I think there might be some configurations incompatible with the newest version backed up in the /workspace/.workspace/backup
folder. Deleting the/workspace/.workspace/backup/.jupyter
and /workspace/.workspace/backup/.config
folders and restarting the new workspace might solve this problem.
Thanks, deleting the config files worked!
Describe the bug:
Jupyterlab not accessible after update to image version 0.13.0, and shows 404
Expected behaviour:
Steps to reproduce the issue:
I also tried to run the
jupyter lab
command but it gives the following error:Technical details:
Possible Fix:
Additional context: