Skip to content

Commit

Permalink
Move libtorch docker builder to linux.12xlarge.ephemeral (#1571)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
malfet authored Oct 11, 2023
1 parent 4e68b6d commit 4395f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-libtorch-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:

jobs:
build-docker-cuda:
runs-on: ubuntu-22.04
runs-on: linux.12xlarge.ephemeral
strategy:
matrix:
cuda_version: ["12.1", "11.8"]
Expand Down

0 comments on commit 4395f49

Please sign in to comment.