Skip to content

Commit

Permalink
ilab-wrapper: remove outdated comment
Browse files Browse the repository at this point in the history
The comment is no longer relevant since we changed the way we pass
environment variables to the container.

Signed-off-by: Omer Tuchfeld <[email protected]>
  • Loading branch information
omertuc committed Aug 21, 2024
1 parent 954071b commit cf8d5fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions training/ilab-wrapper/ilab
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ PODMAN_COMMAND=("sudo" "--preserve-env=$PRESERVE_ENV" "podman" "run" "--rm" "-it
"--pids-limit" "-1"
"-v" "$HOME:$HOME"
"${ADDITIONAL_MOUNT_OPTIONS[@]}"
# This is intentionally NOT using "--env" "HOME" because we want the HOME
# of the current shell and not the HOME set by sudo
"--env" "VLLM_LOGGING_LEVEL"
"--env" "HOME"
"--env" "NCCL_DEBUG"
Expand Down
2 changes: 0 additions & 2 deletions training/nvidia-bootc/duplicated/ilab-wrapper/ilab
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ PODMAN_COMMAND=("sudo" "--preserve-env=$PRESERVE_ENV" "podman" "run" "--rm" "-it
"--pids-limit" "-1"
"-v" "$HOME:$HOME"
"${ADDITIONAL_MOUNT_OPTIONS[@]}"
# This is intentionally NOT using "--env" "HOME" because we want the HOME
# of the current shell and not the HOME set by sudo
"--env" "VLLM_LOGGING_LEVEL"
"--env" "HOME"
"--env" "NCCL_DEBUG"
Expand Down

0 comments on commit cf8d5fa

Please sign in to comment.