diff --git a/backend.Dockerfile b/backend.Dockerfile index 54a32967b..92b55958b 100644 --- a/backend.Dockerfile +++ b/backend.Dockerfile @@ -32,7 +32,7 @@ RUN pip install --upgrade pip setuptools RUN pip install -e ".[interactive-demo]" # https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/issues/69#issuecomment-1826764707 -RUN rm /opt/conda/bin/ffmpeg && ln -s /bin/ffmpeg /opt/conda/bin/ffmpeg +RUN ln -s /bin/ffmpeg /opt/conda/bin/ffmpeg # Make app directory. This directory will host all files required for the # backend and SAM 2 inference files.