diff --git a/.github/scripts/run_with_env_secrets.py b/.github/scripts/run_with_env_secrets.py index 4c99368cd1..af0382c80f 100644 --- a/.github/scripts/run_with_env_secrets.py +++ b/.github/scripts/run_with_env_secrets.py @@ -65,6 +65,7 @@ def main(): f""" docker run \ -e PR_NUMBER \ + -e HIP_VISIBLE_DEVICES=0 \ -e RUNNER_ARTIFACT_DIR=/artifacts \ -e RUNNER_DOCS_DIR=/docs \ -e RUNNER_TEST_RESULTS_DIR=/test-results \