We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3eed4 commit e9cb942Copy full SHA for e9cb942
.github/workflows/container-validation-backends.yml
@@ -65,6 +65,8 @@ jobs:
65
--sccache-bucket "$SCCACHE_S3_BUCKET" \
66
--sccache-region "$AWS_DEFAULT_REGION"
67
- name: Run pytest
68
+ env:
69
+ HF_HOME: /runner/_work/_temp
70
run: |
71
docker run --runtime=nvidia --rm --gpus all -w /workspace \
72
--network host \
0 commit comments