We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ec875 commit 2d95756Copy full SHA for 2d95756
backend.Dockerfile
@@ -32,7 +32,9 @@ RUN pip install --upgrade pip setuptools
32
RUN pip install -e ".[interactive-demo]"
33
34
# 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
+# 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
38
39
# Make app directory. This directory will host all files required for the
40
# backend and SAM 2 inference files.
0 commit comments