agent harness initialize repo
This commit is contained in:
8
agent-security/Dockerfile
Normal file
8
agent-security/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
# The agent's tool implementations (filesystem/shell/web) are bind-mounted
|
||||
# into /agent_tools at runtime, so the image only needs their dependencies.
|
||||
RUN pip install --no-cache-dir beautifulsoup4
|
||||
|
||||
# Keep the container alive; the host runs tools via `docker exec`.
|
||||
CMD ["sleep", "infinity"]
|
||||
Reference in New Issue
Block a user