Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +4 -0
- README.md +1 -0
- hars/shopping.har +2 -2
- hars/shopping_admin.har +2 -2
Dockerfile
CHANGED
|
@@ -64,6 +64,10 @@ COPY --from=builder /app/env/.venv /app/.venv
|
|
| 64 |
# Copy the environment code
|
| 65 |
COPY --from=builder /app/env /app/env
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
# Set PATH to use the virtual environment
|
| 68 |
ENV PATH="/app/.venv/bin:$PATH"
|
| 69 |
|
|
|
|
| 64 |
# Copy the environment code
|
| 65 |
COPY --from=builder /app/env /app/env
|
| 66 |
|
| 67 |
+
# Copy README to /app/README.md so the OpenEnv web UI can find it
|
| 68 |
+
# (web_interface.py looks for the README at /app/README.md)
|
| 69 |
+
COPY --from=builder /app/env/README.md /app/README.md
|
| 70 |
+
|
| 71 |
# Set PATH to use the virtual environment
|
| 72 |
ENV PATH="/app/.venv/bin:$PATH"
|
| 73 |
|
README.md
CHANGED
|
@@ -11,6 +11,7 @@ tags:
|
|
| 11 |
- reinforcement-learning
|
| 12 |
- api-agent
|
| 13 |
- web-tasks
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# HARvestGym
|
|
|
|
| 11 |
- reinforcement-learning
|
| 12 |
- api-agent
|
| 13 |
- web-tasks
|
| 14 |
+
base_path: /web
|
| 15 |
---
|
| 16 |
|
| 17 |
# HARvestGym
|
hars/shopping.har
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bf3049de2939281f6e79cc61eef56665b1f506b4e14713e8cf730c6d78c6f77
|
| 3 |
+
size 134
|
hars/shopping_admin.har
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ced8b7d5612ce64cf669ab8b43080de3b1ed4384b0d9064c12c21f2b7f5d4665
|
| 3 |
+
size 134
|