mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-12 18:44:19 +01:00
img
This commit is contained in:
parent
50373219a8
commit
86999b115b
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
|
|
@ -7,10 +7,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# container:
|
# container:
|
||||||
# image: pytorch/manylinux-cuda113
|
# image: pytorch/manylinux-cuda113
|
||||||
env:
|
container:
|
||||||
CU_VERSION: cu113
|
image: debian:stable-slim
|
||||||
PYTHON_VERSION: "3.10"
|
env:
|
||||||
PYTORCH_VERSION: "1.12"
|
CU_VERSION: cu113
|
||||||
|
PYTHON_VERSION: "3.10"
|
||||||
|
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