Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何在之前notebook镜像上添加插件,并且重启后生效 #20

Closed
chendile opened this issue Jun 11, 2022 · 1 comment
Closed

Comments

@chendile
Copy link
Collaborator

No description provided.

@data-infra
Copy link
Member

在平台启动后的notebook里面安装插件是不会被记忆,也不会传播给其他人的,毕竟你的pod重启后环境就丢失了。只能重新构建notebook的镜像。
这里是jupyter的构建镜像:https://github.com/tencentmusic/cube-studio/tree/master/images/jupyter-notebook
这里是vscode的构建镜像:https://github.com/tencentmusic/cube-studio/tree/master/images/theia

如果不知道如何使用dockerfile构建notebook镜像时安装插件。也可以在本地docker run一个 本地的notebook容器,然后本地打开notebook的web,在里面操作,安装插件。最后再 把容器commit成镜像。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants