mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-05 07:04:22 +01:00
h
This commit is contained in:
parent
fca33d5c04
commit
79c79f87cb
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
wget https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/cuda-keyring_1.0-1_all.deb
|
wget https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/cuda-keyring_1.0-1_all.deb
|
||||||
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-3 cuda-libraries-dev-11-3 -y
|
apt-get install cuda-nvcc-11-8 cuda-libraries-dev-11-8 -y
|
||||||
|
|
||||||
export PIP_CACHE_DIR=$(pwd)/cache
|
export PIP_CACHE_DIR=$(pwd)/cache
|
||||||
pip install ninja install torch --extra-index-url https://download.pytorch.org/whl/cu113
|
pip install ninja install torch --extra-index-url https://download.pytorch.org/whl/cu113
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue