services: update comfy agent, senpai md consumer, and swapper deps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user