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

Update jupyter's default user and configuration file settings to be c… #6610

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install/docker/linux-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
- `--rm`:关闭容器后删除容器;


- `--env USER_PASSWD="password you set"`:为 jupyter 设置登录密码,`password you set` 是自己设置的密码;
- `--env USER_PASSWD="password you set"`:为登入用户 ["jovyan", "paddle"] 设置登录密码,`password you set` 是自己设置的密码;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

["jovyan", "paddle"] 是什么..?



- `-v $PWD:/home/paddle`:指定将当前路径(PWD 变量会展开为当前路径的绝对路径)挂载到容器内部的 /home/paddle 目录;
Expand Down