AP1 / DockerFile
AI6rz's picture
Update DockerFile
20fa379 verified
raw
history blame contribute delete
197 Bytes
FROM python:3.11
ENV OPENAI_API_KEY <secret-key>
PULL openinterpreter
build -t openinterpreter .
RUN -d -it --name interpreter-instance openinterpreter interpreter
attach interpreter-instance