Skip to content

Commit e9cb942

Browse files
fix: Define HF_HOME to be a mounted/cleaned dir (#3116)
Signed-off-by: Dillon Cullinan <dcullinan@nvidia.com>
1 parent 1b3eed4 commit e9cb942

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/container-validation-backends.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
--sccache-bucket "$SCCACHE_S3_BUCKET" \
6666
--sccache-region "$AWS_DEFAULT_REGION"
6767
- name: Run pytest
68+
env:
69+
HF_HOME: /runner/_work/_temp
6870
run: |
6971
docker run --runtime=nvidia --rm --gpus all -w /workspace \
7072
--network host \

0 commit comments

Comments
 (0)