Skip to content

Commit 21b58f0

Browse files
committed
hackity hack on hacked deps
1 parent c5e0f81 commit 21b58f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner/docker/Dockerfile.live-base-streamdiffusion

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN conda run -n comfystream pip install --no-cache-dir --force-reinstall \
2727
torchaudio==2.7.1+cu128 \
2828
--index-url https://download.pytorch.org/whl/cu128
2929

30-
RUN conda run -n comfystream pip install git+https://github.com/livepeer/[email protected]#egg=streamdiffusion[tensorrt,controlnet,ipadapter]
30+
RUN conda run -n comfystream pip install --no-cache-dir git+https://github.com/livepeer/[email protected]#egg=streamdiffusion[tensorrt,controlnet,ipadapter]
3131

3232
RUN conda run -n comfystream python -m streamdiffusion.tools.install-tensorrt
3333

@@ -37,7 +37,7 @@ RUN conda run -n comfystream pip install --no-cache-dir \
3737

3838
# Install StreamDiffusion lib into the comfystream environment
3939
ARG STREAMDIFFUSION_VERSION=e5b5121d58c468afcc365f98e65f3909de906d4a
40-
RUN conda run -n comfystream pip install git+https://github.com/livepeer/StreamDiffusion.git@${STREAMDIFFUSION_VERSION}#egg=streamdiffusion[tensorrt,controlnet,ipadapter]
40+
RUN conda run -n comfystream pip install --no-cache-dir --force-reinstall git+https://github.com/livepeer/StreamDiffusion.git@${STREAMDIFFUSION_VERSION}#egg=streamdiffusion[tensorrt,controlnet,ipadapter]
4141

4242

4343
WORKDIR /app

0 commit comments

Comments
 (0)