docker-openai/Dockerfile

6 lines
92 B
Docker

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