Unverified Commit e9cb9428 authored by Dillon Cullinan's avatar Dillon Cullinan Committed by GitHub
Browse files

fix: Define HF_HOME to be a mounted/cleaned dir (#3116)


Signed-off-by: default avatarDillon Cullinan <dcullinan@nvidia.com>
parent 1b3eed4b
......@@ -65,6 +65,8 @@ jobs:
--sccache-bucket "$SCCACHE_S3_BUCKET" \
--sccache-region "$AWS_DEFAULT_REGION"
- name: Run pytest
env:
HF_HOME: /runner/_work/_temp
run: |
docker run --runtime=nvidia --rm --gpus all -w /workspace \
--network host \
......
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