services: update comfy agent, senpai md consumer, and swapper deps

This commit is contained in:
Apple
2026-02-19 00:14:18 -08:00
parent c201d105f6
commit c57e6ed96b
15 changed files with 586 additions and 40 deletions

View File

@@ -1,5 +1,6 @@
# services/comfy-agent/Dockerfile
FROM python:3.11-slim
ARG BASE_IMAGE=python:3.11-slim
FROM ${BASE_IMAGE}
WORKDIR /app
COPY requirements.txt /app/requirements.txt