parent
98739d2636
commit
1d7fc63373
2 changed files with 37 additions and 10 deletions
|
@ -1,10 +1,43 @@
|
|||
steps:
|
||||
upgrade-cpu-os:
|
||||
automatic:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: gitea.simcop2387.info/simcop2387/new-stable-diffusion-generic
|
||||
dockerfile: ./Dockerfile.generic
|
||||
context: ./
|
||||
repo: gitea.simcop2387.info/simcop2387/new-stable-diffusion-automatic
|
||||
dockerfile: ./Dockerfile
|
||||
context: ./stable-diffusion-webui-docker/services/automatic
|
||||
auto_tag: true
|
||||
build_args:
|
||||
- "BUILD_TAG=build-${CI_PIPELINE_NUMBER}"
|
||||
tags:
|
||||
- build-${CI_PIPELINE_NUMBER}
|
||||
logins:
|
||||
- registry: https://gitea.simcop2387.info/
|
||||
username: simcop2387
|
||||
password:
|
||||
from_secret: docker_token
|
||||
invoke:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: gitea.simcop2387.info/simcop2387/new-stable-diffusion-invoke
|
||||
dockerfile: ./Dockerfile
|
||||
context: ./stable-diffusion-webui-docker/services/invoke
|
||||
auto_tag: true
|
||||
build_args:
|
||||
- "BUILD_TAG=build-${CI_PIPELINE_NUMBER}"
|
||||
tags:
|
||||
- build-${CI_PIPELINE_NUMBER}
|
||||
logins:
|
||||
- registry: https://gitea.simcop2387.info/
|
||||
username: simcop2387
|
||||
password:
|
||||
from_secret: docker_token
|
||||
|
||||
comfy:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: gitea.simcop2387.info/simcop2387/new-stable-diffusion-comfy
|
||||
dockerfile: ./Dockerfile
|
||||
context: ./stable-diffusion-webui-docker/services/comfy
|
||||
auto_tag: true
|
||||
build_args:
|
||||
- "BUILD_TAG=build-${CI_PIPELINE_NUMBER}"
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
FROM nvidia/cuda:12.5.0-devel-ubuntu22.04
|
||||
RUN apt update && apt install -y wget git python3 python3-venv libgl1 libglib2.0-0 libtcmalloc-minimal4 librust-tcmalloc-dev librust-tcmalloc-sys-dev
|
||||
|
||||
COPY ./stable-diffusion-webui/ /app
|
||||
WORKDIR /app
|
||||
RUN /app/webui.sh -f --skip-torch-cuda-test --exit-immediately
|
Loading…
Add table
Reference in a new issue