Skip to content

Commit c7b3bee

Browse files
authored
CI: Update aiter release workflow (ROCm#1619)
1 parent 5961a92 commit c7b3bee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/aiter-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ on:
3535
type: choice
3636
options:
3737
- aiter-k8s-build
38+
- aiter-mi300-1gpu
39+
- aiter-mi325-1gpu
40+
- aiter-mi355-1gpu
3841
- aiter-1gpu-runner
3942

4043
concurrency:
@@ -93,6 +96,7 @@ jobs:
9396
echo "Starting container: aiter_build_${{ matrix.python_version }}"
9497
docker run -dt \
9598
--shm-size=16G \
99+
--network=host \
96100
-v "${{ github.workspace }}:/workspace" \
97101
-w /workspace \
98102
--name aiter_build_${{ matrix.python_version }} \

0 commit comments

Comments
 (0)