Skip to content

Commit 2d95756

Browse files
committed
1 parent 98ec875 commit 2d95756

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ RUN pip install --upgrade pip setuptools
3232
RUN pip install -e ".[interactive-demo]"
3333

3434
# https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/issues/69#issuecomment-1826764707
35-
RUN rm /opt/conda/bin/ffmpeg && ln -s /bin/ffmpeg /opt/conda/bin/ffmpeg
35+
# RUN rm /opt/conda/bin/ffmpeg && ln -s /bin/ffmpeg /opt/conda/bin/ffmpeg
36+
# https://github.com/facebookresearch/sam2/issues/584
37+
RUN [ -f /opt/conda/bin/ffmpeg ] && rm /opt/conda/bin/ffmpeg; ln -s /bin/ffmpeg /opt/conda/bin/ffmpeg
3638

3739
# Make app directory. This directory will host all files required for the
3840
# backend and SAM 2 inference files.

0 commit comments

Comments
 (0)