test new route
This commit is contained in:
@@ -21,10 +21,14 @@ WORKDIR /app
|
|||||||
# Clone ComfyUI
|
# Clone ComfyUI
|
||||||
RUN git clone https://github.com/comfyanonymous/ComfyUI.git .
|
RUN git clone https://github.com/comfyanonymous/ComfyUI.git .
|
||||||
|
|
||||||
|
# Create sub dependancy
|
||||||
|
RUN grep -vE 'torch|torchsde|torchaudio|torchvision' requirements.txt > req_no_torch.txt
|
||||||
|
|
||||||
|
# Install non torch dependant requirements
|
||||||
|
RUN pip3 install --no-cache-dir --break-system-packages -r req_no_torch.txt
|
||||||
|
|
||||||
# Install ComfyUI dependencies
|
# Install ComfyUI dependencies
|
||||||
RUN grep -vE 'torch|torchsde|torchaudio|torchvision' requirements.txt > req_no_torch.txt \
|
RUN pip3 install --no-deps --break-system-packages torchsde
|
||||||
&& pip3 install --no-deps torchsde \
|
|
||||||
&& pip3 install --no-cache-dir -r req_no_torch.txt
|
|
||||||
|
|
||||||
# Setup Manager
|
# Setup Manager
|
||||||
WORKDIR /app/custom_nodes
|
WORKDIR /app/custom_nodes
|
||||||
|
|||||||
Reference in New Issue
Block a user