Test sideload torchsde
Docker Build and Release Upload / build-rocm (push) Failing after 6m51s
Docker Build and Release Upload / build-uvicorn (push) Has been cancelled
Docker Build and Release Upload / build-cuda (push) Has been cancelled

This commit is contained in:
2026-04-24 19:52:22 -07:00
parent d5de4893ec
commit c9f2e3bf2f
+2 -1
View File
@@ -22,7 +22,8 @@ WORKDIR /app
RUN git clone https://github.com/comfyanonymous/ComfyUI.git . RUN git clone https://github.com/comfyanonymous/ComfyUI.git .
# Install ComfyUI dependencies # Install ComfyUI dependencies
RUN grep -vE 'torch|torchaudio|torchvision' requirements.txt > req_no_torch.txt \ RUN grep -vE 'torch|torchsde|torchaudio|torchvision' requirements.txt > req_no_torch.txt \
&& pip3 install --no-deps torchsde \
&& pip3 install --no-cache-dir -r req_no_torch.txt && pip3 install --no-cache-dir -r req_no_torch.txt
# Setup Manager # Setup Manager