stable-diffusion-webui-docker/.github/workflows/docker.yml
Workflow config file is invalid. Please check your config file: yaml: line 6: did not find expected key
AbdBarho 86999b115b img
2022-10-15 08:15:39 +02:00

21 lines
437 B
YAML

name: Build Xformers
on: [push]
jobs:
build:
runs-on: ubuntu-latest
# container:
# image: pytorch/manylinux-cuda113
container:
image: debian:stable-slim
env:
CU_VERSION: cu113
PYTHON_VERSION: "3.10"
PYTORCH_VERSION: "1.12"
steps:
- run: |
git clone https://github.com/facebookresearch/xformers x
cd x
./packaging/build_wheel.sh