Spaces:
Runtime error
Runtime error
Create Dockerfile
Browse files- 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"]
|