mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 06:34:19 +01:00
x
This commit is contained in:
parent
186f169c6c
commit
cc57c6ef4a
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -8,13 +8,15 @@ jobs:
|
||||||
# container:
|
# container:
|
||||||
# image: pytorch/manylinux-cuda113
|
# image: pytorch/manylinux-cuda113
|
||||||
container:
|
container:
|
||||||
image: debian:stable-slim
|
image: python:3.10-slim
|
||||||
env:
|
env:
|
||||||
CU_VERSION: cu113
|
CU_VERSION: cu113
|
||||||
PYTHON_VERSION: "3.10"
|
PYTHON_VERSION: "3.10"
|
||||||
PYTORCH_VERSION: "1.12"
|
PYTORCH_VERSION: "1.12"
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install git
|
||||||
git clone https://github.com/facebookresearch/xformers x
|
git clone https://github.com/facebookresearch/xformers x
|
||||||
cd x
|
cd x
|
||||||
./packaging/build_wheel.sh
|
./packaging/build_wheel.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue