fixing issues with middleware

This commit is contained in:
Brian Gebel 2025-04-28 20:36:51 -07:00
parent 8a615e2637
commit dc9aaeaf26
3 changed files with 9 additions and 1 deletions

View file

@ -28,7 +28,7 @@ WORKDIR /home/comfy/app
RUN git clone --branch v0.3.30 --depth 1 https://github.com/comfyanonymous/ComfyUI.git . && \
mkdir -p .local/bin && \
pip install -r requirements.txt && \
pip install onnxruntime onnxruntime_gpu
# pip install onnxruntime-gpu # Should make it so this can be included maybe through a mountable requirements.txt or yaml?
COPY --chown=comfy:comfy . .