docker-openai/Dockerfile
Pierre-Olivier Mercier 6b8e3731bb
All checks were successful
continuous-integration/drone/push Build is passing
Add git
2023-08-15 10:12:33 +02:00

6 lines
No EOL
92 B
Docker

FROM python:3-alpine
RUN apk add --no-cache \
git \
&& \
pip install openai