Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix rm ffmpeg not found in docker#676

Open
tornikeo wants to merge 1 commit into
facebookresearch:mainfrom
tornikeo:main
Open

Fix rm ffmpeg not found in docker#676
tornikeo wants to merge 1 commit into
facebookresearch:mainfrom
tornikeo:main

Conversation

@tornikeo

@tornikeo tornikeo commented Jun 22, 2025

Copy link
Copy Markdown

backend.Dockerfile fails at RUN rm /opt/conda/bin/ffmpeg, due to ffmpeg somehow missing from that path. rm -f fixes this.

This closes issue 584.

@tornikeo

Copy link
Copy Markdown
Author

Dear @ronghanghu, please view and merge this simple PR. Docker build just fails because of this one line. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] failed to solve: rm /opt/conda/bin/ffmpeg && ln -s /bin/ffmpeg /opt/conda/bin/ffmpeg

2 participants