ASTAROTH0405 commited on
Commit
5e2526a
·
verified ·
1 Parent(s): 057b5b7

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM agent0ai/agent-zero:latest
2
+
3
+ EXPOSE 7860
4
+
5
+ CMD ["bash", "-c", "python run_ui.py --port 7860 --host 0.0.0.0"]