We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eae618 + ea64b86 commit f767b29Copy full SHA for f767b29
training/ilab-wrapper/ilab
@@ -76,11 +76,15 @@ PODMAN_COMMAND=("sudo" "podman" "run" "--rm" "-it"
76
"${IMPERSONATE_CURRENT_USER_PODMAN_FLAGS[@]}"
77
"--device" "${CONTAINER_DEVICE}"
78
"--security-opt" "label=disable" "--net" "host"
79
+ "--shm-size" "10G"
80
"-v" "$HOME:$HOME"
81
"${ADDITIONAL_MOUNT_OPTIONS[@]}"
82
# This is intentionally NOT using "--env" "HOME" because we want the HOME
83
# of the current shell and not the HOME set by sudo
84
"--env" "HOME=$HOME"
85
+ "--env" "ILAB_GLOBAL_CONFIG=$ILAB_GLOBAL_CONFIG"
86
+ "--env" "VLLM_LOGGING_LEVEL=$VLLM_LOGGING_LEVEL"
87
+ "--env" "NCCL_DEBUG=$NCCL_DEBUG"
88
"--entrypoint" "$ENTRYPOINT"
89
"--env" "HF_TOKEN"
90
"${IMAGE_NAME}")
0 commit comments