Spaces:
Build error
Build error
Create Dockerfile
Browse files- Dockerfile +8 -0
Dockerfile
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM docker.all-hands.dev/all-hands-ai/openhands:0.13
|
| 2 |
+
|
| 3 |
+
ENV SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.13-nikolaik
|
| 4 |
+
|
| 5 |
+
# Expose port
|
| 6 |
+
EXPOSE 3000
|
| 7 |
+
|
| 8 |
+
# The entrypoint will be inherited from the base image
|