mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24: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
|
||||
# container:
|
||||
# image: pytorch/manylinux-cuda113
|
||||
env:
|
||||
CU_VERSION: cu113
|
||||
PYTHON_VERSION: "3.10"
|
||||
PYTORCH_VERSION: "1.12"
|
||||
container:
|
||||
image: debian:stable-slim
|
||||
env:
|
||||
CU_VERSION: cu113
|
||||
PYTHON_VERSION: "3.10"
|
||||
PYTORCH_VERSION: "1.12"
|
||||
steps:
|
||||
- run: |
|
||||
git clone https://github.com/facebookresearch/xformers x
|
||||
|
|
|
|||
Loading…
Reference in a new issue