Skip to content

Commit

Permalink
Use linux.12xlarge.ephemeral for conda docker builds (#1570)
Browse files Browse the repository at this point in the history
As `ubuntu.20.04` often OOM/failed to fetch data from RHEL repo
  • Loading branch information
malfet authored Oct 11, 2023
1 parent 00841b6 commit 321ab64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:

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

0 comments on commit 321ab64

Please sign in to comment.