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
86999b115b
commit
186f169c6c
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
|
|
@ -7,12 +7,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# container:
|
# container:
|
||||||
# image: pytorch/manylinux-cuda113
|
# image: pytorch/manylinux-cuda113
|
||||||
container:
|
container:
|
||||||
image: debian:stable-slim
|
image: debian:stable-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: |
|
||||||
git clone https://github.com/facebookresearch/xformers x
|
git clone https://github.com/facebookresearch/xformers x
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue