diff --git a/Dockerfile b/Dockerfile index 93148b9..ee674d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app COPY . /app RUN pip install --no-cache-dir --upgrade pip && \ - pip install --no-cache-dir --user Flask Flask_cors PyYAML openai waitress + pip install --no-cache-dir --user Flask Flask_cors PyYAML openai=0.28.1 waitress # Runtime stage FROM python:3.9-slim as runtime