Skip to content

Commit

Permalink
Fix init order - must get direct address before setting web creds
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Feb 5, 2024
1 parent d950b57 commit 67f4e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ All ai-dock containers are interactive and will not drop root privileges. You sh

A system user will be created at startup. The UID will be either 1000 or will match the UID of the `$WORKSPACE` bind mount.

No password is set for this user and it will share the root user's ssh public key.
The user will share the root user's ssh public key.

Some processes may start in the user context for convenience only.

Expand Down
2 changes: 1 addition & 1 deletion build/COPY_ROOT/opt/ai-dock/bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function init_main() {
init_create_directories
init_create_logfiles
init_set_ssh_keys
init_set_web_credentials
init_direct_address
init_set_web_credentials
init_set_workspace
init_count_gpus
init_count_quicktunnels
Expand Down

0 comments on commit 67f4e25

Please sign in to comment.