Compare commits

...

2 Commits

Author SHA1 Message Date
derek 3b94f7238d Update to new versions
Docker Build and Release Upload / build (push) Successful in 9m8s
2025-11-21 20:57:17 -08:00
derek 876155a2fe update docker compose 2025-09-16 17:38:42 -07:00
3 changed files with 7 additions and 19 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ There are custom dockerfiles in here that can be used to pull and compile differ
In order to use this repos please just copy the docker-compose
ONLY TESTED WITH AMPERE ALTRA USING RTX40 SERIES
https://hub.docker.com/r/mistox/uvicorn-ampere
https://hub.docker.com/r/mistox/uvicorn-ampere
https://hub.docker.com/r/mistox/comfyui-ampere
+1 -1
View File
@@ -4,7 +4,7 @@ FROM nvcr.io/nvidia/pytorch:25.05-py3 AS build-deps
WORKDIR /app
# Get release version from https://github.com/comfyanonymous/ComfyUI/releases
ARG ComfyUI_Release=0.3.59
ARG ComfyUI_Release=0.3.71
RUN pip install imageio controlnet_aux
+4 -16
View File
@@ -1,23 +1,17 @@
services:
ollama:
volumes:
- ./data/ollama/ollama:/root/.ollama
container_name: ai-ollama
runtime: nvidia
pull_policy: always
tty: true
restart: unless-stopped
image: docker.io/ollama/ollama:latest
volumes:
- ./data/ollama/ollama:/root/.ollama
ports:
- 7869:11434
environment:
- OLLAMA_KEEP_ALIVE=24h
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
ollama-webui:
image: ghcr.io/open-webui/open-webui:main
@@ -65,19 +59,13 @@ services:
comfyui:
container_name: ai-comfyui
image: mistox/comfyui-ampere
runtime: nvidia
volumes:
- ./data/comfyui/models:/app/comfyui/models
- ./data/comfyui/output:/app/comfyui/output
ports:
- 8010:8188
restart: always
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
volumes:
uvicorn-src: