Update DockerFile
Browse files- DockerFile +7 -1
DockerFile
CHANGED
@@ -2,4 +2,10 @@ FROM python:3.11
|
|
2 |
|
3 |
ENV OPENAI_API_KEY <secret-key>
|
4 |
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
ENV OPENAI_API_KEY <secret-key>
|
4 |
|
5 |
+
PULL openinterpreter
|
6 |
+
|
7 |
+
build -t openinterpreter .
|
8 |
+
|
9 |
+
RUN -d -it --name interpreter-instance openinterpreter interpreter
|
10 |
+
|
11 |
+
attach interpreter-instance
|