Skip to content

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
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
-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

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