Skip to content

Add WhisperX ASR container (EC2 + SageMaker, AL2023 GPU) #501

Add WhisperX ASR container (EC2 + SageMaker, AL2023 GPU)

Add WhisperX ASR container (EC2 + SageMaker, AL2023 GPU) #501

name: Lint and Format
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout DLC source
uses: actions/checkout@v6
- name: Setup python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Run pre-commit
uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files