Spaces:
Sleeping
Sleeping
Create Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM python:3.10
|
| 2 |
+
RUN pip install pipx
|
| 3 |
+
RUN pipx install https://github.com/Panniantong/agent-reach/archive/main.zip
|
| 4 |
+
RUN agent-reach install --env=auto
|