xformers for auto (#136)

Closes #128
This commit is contained in:
AbdBarho
2022-10-16 16:35:14 +02:00
committed by GitHub
parent c1e13867d9
commit 111825ac25
5 changed files with 43 additions and 24 deletions

View File

@@ -1,19 +0,0 @@
name: Build Images
on: [push]
jobs:
build:
strategy:
matrix:
profile:
- auto
- hlky
- lstein
- download
runs-on: ubuntu-latest
name: ${{ matrix.profile }}
steps:
- uses: actions/checkout@v3
# better caching?
- run: docker compose --profile ${{ matrix.profile }} build --progress plain