stable-diffusion-webui-docker/.github/workflows/docker.yml
AbdBarho cc57c6ef4a x
2022-10-15 08:15:39 +02:00

23 lines
479 B
YAML

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