Skip to content

Commit

Permalink
this is pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Nov 16, 2023
1 parent 94bd424 commit 8df8bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=0.28.1 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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask>1.0
Flask-cors
PyYAML
openai=0.28.1
openai
waitress

0 comments on commit 8df8bcf

Please sign in to comment.