From 442cdb38001132b1eab09a05ab322fecc4d7875c Mon Sep 17 00:00:00 2001 From: cycneuramus <56681631+cycneuramus@users.noreply.github.com> Date: Sat, 21 Oct 2023 13:02:52 +0200 Subject: [PATCH] add ffmpeg --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 670918c..059dac6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ ENV PYTHONPATH=$BOT_DIR RUN pip install --no-cache-dir \ EdgeGPT \ + ffmpeg \ GoogleBard \ hugchat \ langchain \