Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -61,6 +61,7 @@ ENV BROWSERGYM_TIMEOUT=10000
|
|
| 61 |
ENV MINIWOB_HTML_DIR=/app/miniwob-plusplus/miniwob/html
|
| 62 |
ENV MINIWOB_HTTP_PORT=8888
|
| 63 |
ENV MINIWOB_URL=http://127.0.0.1:8888/miniwob/
|
|
|
|
| 64 |
|
| 65 |
# For WebArena tasks, these should be set by the user when running the container:
|
| 66 |
# ENV SHOPPING=
|
|
|
|
| 61 |
ENV MINIWOB_HTML_DIR=/app/miniwob-plusplus/miniwob/html
|
| 62 |
ENV MINIWOB_HTTP_PORT=8888
|
| 63 |
ENV MINIWOB_URL=http://127.0.0.1:8888/miniwob/
|
| 64 |
+
ENV ENABLE_WEB_INTERFACE=true
|
| 65 |
|
| 66 |
# For WebArena tasks, these should be set by the user when running the container:
|
| 67 |
# ENV SHOPPING=
|