GodfreyGuo

Results 4 issues of GodfreyGuo

![7f94eb826613b230e4ceba4e51d50c5](https://user-images.githubusercontent.com/22410655/163970025-8db4f312-38e4-4e3e-9278-537a1e66b248.png)

可自身创建notebook运行镜像: 1.Dockerfile: # 其他的镜像类似 # docker pull jupyter/scipy-notebook:notebook-6.4.10 FROM jupyter/scipy-notebook:notebook-6.4.10 USER root RUN echo "Asia/shanghai" > /etc/timezone ENTRYPOINT ["sh","-c", "jupyter lab --notebook-dir=/home/jovyan --ip=0.0.0.0 --no-browser --allow-root --port=8888 --NotebookApp.token='' --NotebookApp.password='' --NotebookApp.allow_origin='*' --NotebookApp.base_url=${NB_PREFIX}"]...

![image](https://user-images.githubusercontent.com/22410655/163976206-bfdaff32-a82e-4452-9b0d-6f7b8ed40b74.png) 这里需加上对/workspace目录分配给$NB_USER权限才对,如: ![image](https://user-images.githubusercontent.com/22410655/163976374-bb162a74-e6c6-43b3-a5b9-2ed3b53db0f0.png)

### Describe the bug start a image model uid name and terminate it, then restart it will hit {"detail": "Not Found"} error when open it ### To Reproduce To help...