mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
a
This commit is contained in:
parent
cc57c6ef4a
commit
8c8d467755
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -13,10 +13,11 @@ jobs:
|
|||
CU_VERSION: cu113
|
||||
PYTHON_VERSION: "3.10"
|
||||
PYTORCH_VERSION: "1.12"
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
steps:
|
||||
- run: |
|
||||
apt-get update
|
||||
apt-get install git
|
||||
apt-get install git -y
|
||||
git clone https://github.com/facebookresearch/xformers x
|
||||
cd x
|
||||
./packaging/build_wheel.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue