fix docker build error

fix https://github.com/xtekky/gpt4free/issues/643
pull/650/head
wavezhang 1 year ago committed by GitHub
parent 3c5eccb6b0
commit 64d5dc951f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM python:3.12.0b1-slim
FROM python:3.11.3-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends ffmpeg \

Loading…
Cancel
Save