Skip to content

feat: add vLLM setup script for modular installation #357

feat: add vLLM setup script for modular installation

feat: add vLLM setup script for modular installation #357

Workflow file for this run

name: amd-image
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- .github/workflows/amd-image.yml
- dockerfiles/Dockerfile.triton-amd
- scripts/entrypoint.sh
- scripts/devinstall_software.sh
- scripts/ldpretend.sh
- scripts/devinstall_llvm.sh
- scripts/devinstall_torch.sh
- scripts/devinstall_helion.sh
- scripts/devinstall_triton.sh
- scripts/devinstall_vllm.sh
- scripts/devcreate_user.sh
- scripts/devsetup.sh
pull_request:
paths:
- .github/workflows/amd-image.yml
- dockerfiles/Dockerfile.triton-amd
- scripts/entrypoint.sh
- scripts/devinstall_software.sh
- scripts/ldpretend.sh
- scripts/devinstall_llvm.sh
- scripts/devinstall_torch.sh
- scripts/devinstall_helion.sh
- scripts/devinstall_triton.sh
- scripts/devinstall_vllm.sh
- scripts/devcreate_user.sh
- scripts/devsetup.sh
schedule:
- cron: '0 0 * * 0' # Runs every Sunday at midnight UTC
workflow_dispatch:
jobs:
amd-image_build:
uses: ./.github/workflows/image-build.yml
with:
image-name: amd
image-tag: latest
dockerfile: dockerfiles/Dockerfile.triton-amd
build-args: |
USERNAME=triton
platforms: linux/amd64
secrets:
qt_username: ${{ secrets.qt_username }}
qt_password: ${{ secrets.qt_password }}
amd-image-sbom:
needs: amd-image_build
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/image-sbom.yml
with:
image-name: amd
image-tag: latest
secrets:
qt_username: ${{ secrets.qt_username }}
qt_password: ${{ secrets.qt_password }}