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 565224f commit 48215dfCopy full SHA for 48215df
.github/workflows/ci_linux.yml
@@ -55,6 +55,7 @@ jobs:
55
56
steps:
57
- name: Free up space
58
+ # Without this the job will likely run out of disk space.
59
run: |
60
df -h
61
.github/workflows/container_images.yml
@@ -44,6 +44,7 @@ jobs:
44
dockerfile: ./container/rockylinux9-cuda12/Dockerfile
45
46
47
48
49
50
0 commit comments