Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
pinning openai version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Nov 16, 2023
1 parent 8d6f4c0 commit 94bd424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94bd424

Please sign in to comment.