This commit is contained in:
parent
1175e57578
commit
6b8e3731bb
@ -1,3 +1,6 @@
|
||||
FROM python:3-alpine
|
||||
|
||||
RUN pip install openai
|
||||
RUN apk add --no-cache \
|
||||
git \
|
||||
&& \
|
||||
pip install openai
|
Loading…
Reference in New Issue
Block a user