|
|
|
@ -22,18 +22,41 @@ jobs: |
|
|
|
|
platforms: 'linux/amd64,linux/arm64' |
|
|
|
|
tag-latest: 'auto' |
|
|
|
|
tag-suffix: '' |
|
|
|
|
ffmpeg: '' |
|
|
|
|
- build-type: 'cublas' |
|
|
|
|
cuda-major-version: 11 |
|
|
|
|
cuda-minor-version: 7 |
|
|
|
|
platforms: 'linux/amd64' |
|
|
|
|
tag-latest: 'false' |
|
|
|
|
tag-suffix: '-cublas-cuda11' |
|
|
|
|
ffmpeg: '' |
|
|
|
|
- build-type: 'cublas' |
|
|
|
|
cuda-major-version: 12 |
|
|
|
|
cuda-minor-version: 1 |
|
|
|
|
platforms: 'linux/amd64' |
|
|
|
|
tag-latest: 'false' |
|
|
|
|
tag-suffix: '-cublas-cuda12' |
|
|
|
|
ffmpeg: '' |
|
|
|
|
- build-type: '' |
|
|
|
|
platforms: 'linux/amd64,linux/arm64' |
|
|
|
|
tag-latest: 'auto' |
|
|
|
|
tag-suffix: '' |
|
|
|
|
ffmpeg: 'true' |
|
|
|
|
- build-type: 'cublas' |
|
|
|
|
cuda-major-version: 11 |
|
|
|
|
cuda-minor-version: 7 |
|
|
|
|
platforms: 'linux/amd64' |
|
|
|
|
tag-latest: 'false' |
|
|
|
|
tag-suffix: '-cublas-cuda11-ffmpeg' |
|
|
|
|
ffmpeg: 'true' |
|
|
|
|
- build-type: 'cublas' |
|
|
|
|
cuda-major-version: 12 |
|
|
|
|
cuda-minor-version: 1 |
|
|
|
|
platforms: 'linux/amd64' |
|
|
|
|
tag-latest: 'false' |
|
|
|
|
tag-suffix: '-cublas-cuda12-ffmpeg' |
|
|
|
|
ffmpeg: 'true' |
|
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Checkout |
|
|
|
@ -77,6 +100,7 @@ jobs: |
|
|
|
|
BUILD_TYPE=${{ matrix.build-type }} |
|
|
|
|
CUDA_MAJOR_VERSION=${{ matrix.cuda-major-version }} |
|
|
|
|
CUDA_MINOR_VERSION=${{ matrix.cuda-minor-version }} |
|
|
|
|
FFMPEG=${{ matrix.ffmpeg }} |
|
|
|
|
context: . |
|
|
|
|
file: ./Dockerfile |
|
|
|
|
platforms: ${{ matrix.platforms }} |
|
|
|
|