Skip to content

[ci] Remove --runtime=nvidia from launch_container.sh#2953

Draft
ethnzhng wants to merge 2 commits intomasterfrom
ez/launch-fix
Draft

[ci] Remove --runtime=nvidia from launch_container.sh#2953
ethnzhng wants to merge 2 commits intomasterfrom
ez/launch-fix

Conversation

@ethnzhng
Copy link
Contributor

@ethnzhng ethnzhng commented Nov 19, 2025

Description

The --runtime=nvidia docker run flag is being deprecated and doesn't work in all environments. It is not needed as long as the --gpus flag is set

@ethnzhng ethnzhng requested review from a team and zachgk as code owners November 19, 2025 00:47
@ethnzhng ethnzhng changed the title [ci] Update launch_container.sh to use --gpus=all [ci] Remove --runtime=nvidia from launch_container.sh Nov 19, 2025
Co-authored-by: Xin Yang <105740670+xyang16@users.noreply.github.com>
@@ -272,7 +264,6 @@ else
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
-e AWS_SESSION_TOKEN=$AWS_SESSION_TOKEN \
$uid_mapping \
Copy link
Contributor

Choose a reason for hiding this comment

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

Just realized this docker run doesn't have --gpus, we can add in line 253.

    --gpus=all \

Copy link
Contributor

Choose a reason for hiding this comment

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

also line 184, 213, 234

@ethnzhng ethnzhng marked this pull request as draft March 12, 2026 21:55
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

Successfully merging this pull request may close these issues.

2 participants