mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
9
This commit is contained in:
parent
8c8d467755
commit
92fed37964
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -8,10 +8,10 @@ jobs:
|
|||
# container:
|
||||
# image: pytorch/manylinux-cuda113
|
||||
container:
|
||||
image: python:3.10-slim
|
||||
image: python:3.9-slim
|
||||
env:
|
||||
CU_VERSION: cu113
|
||||
PYTHON_VERSION: "3.10"
|
||||
PYTHON_VERSION: "3.9"
|
||||
PYTORCH_VERSION: "1.12"
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue