GodfreyGuo
GodfreyGuo
不能修改资源配额

可自身创建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}"]...
 这里需加上对/workspace目录分配给$NB_USER权限才对,如: 
### 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...