mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-22 04:54:46 +01:00
indent
This commit is contained in:
parent
03510556ee
commit
f1722a8624
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: pytorch/manylinux-cuda113
|
runs-on: pytorch/manylinux-cuda113
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
git clone https://github.com/facebookresearch/xformers /x
|
git clone https://github.com/facebookresearch/xformers /x
|
||||||
cd /x
|
cd /x
|
||||||
export CU_VERSION=cu113 PYTHON_VERSION=3.10 PYTORCH_VERSION=1.12
|
export CU_VERSION=cu113 PYTHON_VERSION=3.10 PYTORCH_VERSION=1.12
|
||||||
./packaging/build_wheel.sh
|
./packaging/build_wheel.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue