mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 06:34:19 +01:00
run on bare metal
This commit is contained in:
parent
4f30dc5bc9
commit
79892bc3ad
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
|
|
@ -4,10 +4,15 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: pytorch/manylinux-cuda113
|
runs-on: ubuntu-latest
|
||||||
|
# container:
|
||||||
|
# image: pytorch/manylinux-cuda113
|
||||||
|
env:
|
||||||
|
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
|
||||||
cd /x
|
cd /x
|
||||||
export CU_VERSION=cu113 PYTHON_VERSION=3.10 PYTORCH_VERSION=1.12
|
|
||||||
./packaging/build_wheel.sh
|
./packaging/build_wheel.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue