Replies: 1 comment
-
run your docker image in interactive mode to find out if |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I run my Django code in Docker. I run transcription software that requires ffmpeg to function. However I've been getting the error
[Errno 2] No such file or directory: 'ffmpeg'
whenever I try to run my code.Here's my views.py:
Here's my Dockerfile:
I've searched online for possible solutions but have not been able to find anything similar to my issue. I've also tried installing ffmpeg using different formats in Dockerfile but nothing works.
Beta Was this translation helpful? Give feedback.
All reactions