From 64d5dc951f04f7d6a5958ab4d7e908f5f7076a1b Mon Sep 17 00:00:00 2001 From: wavezhang <832911+wavezhang@users.noreply.github.com> Date: Wed, 7 Jun 2023 12:54:17 +0800 Subject: fix docker build error fix https://github.com/xtekky/gpt4free/issues/643 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1963cefb..5b2a1f7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ -- cgit v1.2.3