mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 14:44:19 +01:00
d
This commit is contained in:
parent
f60f37ee36
commit
fa92b653af
11
.github/workflows/docker.yml
vendored
11
.github/workflows/docker.yml
vendored
|
|
@ -24,5 +24,12 @@ jobs:
|
||||||
dpkg -i cuda-keyring_1.0-1_all.deb
|
dpkg -i cuda-keyring_1.0-1_all.deb
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install cuda-nvcc-11-8 cuda-libraries-dev-11-8 -y
|
apt-get install cuda-nvcc-11-8 cuda-libraries-dev-11-8 -y
|
||||||
pip install ninja
|
|
||||||
pip wheel --wheel-dir=/data git+https://github.com/facebookresearch/xformers.git@ba93c5012d00bd1b010514a7bc9bd938c1ad6149#egg=xformers
|
export PIP_CACHE_DIR=$(pwd)
|
||||||
|
pip install ninja torch==1.12.1+cu113
|
||||||
|
pip wheel --wheel-dir=data git+https://github.com/facebookresearch/xformers.git@ba93c5012d00bd1b010514a7bc9bd938c1ad6149#egg=xformers
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: dist-without-markdown
|
||||||
|
path: data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue