Unverified Commit 9bb7f101 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

fix: pass HF token to pytest container (#5326)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent 5cd8005c
...@@ -142,6 +142,7 @@ runs: ...@@ -142,6 +142,7 @@ runs:
docker run ${GPU_FLAGS} --rm -w /workspace \ docker run ${GPU_FLAGS} --rm -w /workspace \
--cpus=${NUM_CPUS} \ --cpus=${NUM_CPUS} \
--network host \ --network host \
--env HF_TOKEN="${HF_TOKEN}" \
--name ${{ env.CONTAINER_ID }}_pytest \ --name ${{ env.CONTAINER_ID }}_pytest \
-v "${TEST_RESULTS_DIR}:/workspace/test-results" \ -v "${TEST_RESULTS_DIR}:/workspace/test-results" \
${{ inputs.image_tag }} \ ${{ inputs.image_tag }} \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment