AI6rz commited on
Commit
20fa379
·
verified ·
1 Parent(s): cbaeedd

Update DockerFile

Browse files
Files changed (1) hide show
  1. DockerFile +7 -1
DockerFile CHANGED
@@ -2,4 +2,10 @@ FROM python:3.11
2
 
3
  ENV OPENAI_API_KEY <secret-key>
4
 
5
- RUN pip install open-interpreter
 
 
 
 
 
 
 
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