All checks were successful
continuous-integration/drone/push Build is passing
6 lines
No EOL
92 B
Docker
6 lines
No EOL
92 B
Docker
FROM python:3-alpine
|
|
|
|
RUN apk add --no-cache \
|
|
git \
|
|
&& \
|
|
pip install openai |