Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 4395f49

Browse files
authored
Move libtorch docker builder to linux.12xlarge.ephemeral (#1571)
As running it on `ubutu22.04` often results in flay infra failures/running out of disk space, for example, from https://github.com/pytorch/builder/actions/runs/6484948230/job/17609933012 ``` cat: write error: No space left on device ```
1 parent 4e68b6d commit 4395f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-libtorch-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030

3131
jobs:
3232
build-docker-cuda:
33-
runs-on: ubuntu-22.04
33+
runs-on: linux.12xlarge.ephemeral
3434
strategy:
3535
matrix:
3636
cuda_version: ["12.1", "11.8"]

0 commit comments

Comments
 (0)