Skip to content

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

Merged
xyang16 merged 1 commit into
masterfrom
ez/launch-fix
May 8, 2026
Merged

[ci] Remove --runtime=nvidia from launch_container.sh#2953
xyang16 merged 1 commit into
masterfrom
ez/launch-fix

Conversation

@ethnzhng
Copy link
Copy Markdown
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
Comment thread tests/integration/launch_container.sh Outdated
@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
Comment thread tests/integration/launch_container.sh
@@ -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
Copy Markdown
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
Copy Markdown
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
@xyang16 xyang16 marked this pull request as ready for review May 8, 2026 14:06
@xyang16 xyang16 merged commit 80c9cc4 into master May 8, 2026
6 of 7 checks passed
@xyang16 xyang16 deleted the ez/launch-fix branch May 8, 2026 14:06
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