Skip to content

Commit

Permalink
Merge branch 'main' into not-install-nvidia-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk authored Oct 21, 2024
2 parents 3af9e95 + 71d2f31 commit 834fe97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-and-push-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ jobs:
tag-suffix: ${{ matrix.tag-suffix }}

- name: Show disk space
if: always()
run: |
df -h
1 change: 1 addition & 0 deletions .github/workflows/docker-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ jobs:
tag-suffix: ${{ matrix.tag-suffix }}

- name: Show disk space
if: always()
run: |
df -h
1 change: 1 addition & 0 deletions .github/workflows/health-check-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
LIB_DIR=${{ matrix.lib_dir }}
- name: Show disk space
if: always()
run: |
df -h
1 change: 1 addition & 0 deletions .github/workflows/health-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ jobs:
LIB_DIR=${{ matrix.lib_dir }}
- name: Show disk space
if: always()
run: |
df -h

0 comments on commit 834fe97

Please sign in to comment.