mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-27 05:25:33 +03:00
fix(Dockerfile): Fixed issue with unable to fetch the response.
The issue was that there were no ffmpeg installed.
This commit is contained in:
parent
b3754facf9
commit
0d9ff67704
@ -4,6 +4,9 @@ WORKDIR /usr/app
|
||||
ENV PATH="/usr/app/venv/bin:$PATH"
|
||||
|
||||
#RUN apt-get update && apt-get install -y git
|
||||
RUN apt-get update
|
||||
RUN apt-get install ffmpeg #issue 445
|
||||
|
||||
RUN mkdir -p /usr/app
|
||||
RUN python -m venv ./venv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user