going to change submodules so i can use other stuff with this
This commit is contained in:
parent
a0282f9b5f
commit
422b532213
2 changed files with 9 additions and 2 deletions
|
@ -2,8 +2,9 @@ steps:
|
||||||
upgrade-cpu-os:
|
upgrade-cpu-os:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: gitea.simcop2387.info/simcop2387/text-gen-os-cpu-base
|
repo: gitea.simcop2387.info/simcop2387/new-stable-diffusion-generic
|
||||||
dockerfile: os-cpu-base/Dockerfile
|
dockerfile: ./Dockerfile.generic
|
||||||
|
context: ./
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
build_args:
|
build_args:
|
||||||
- "BUILD_TAG=build-${CI_PIPELINE_NUMBER}"
|
- "BUILD_TAG=build-${CI_PIPELINE_NUMBER}"
|
||||||
|
|
6
Dockerfile.cuda12.5
Normal file
6
Dockerfile.cuda12.5
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
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