This repository provides a Dockerfile that builds a safe execution environment for the AI agents in the Agents of Discovery project.
Prebuilt images are available on Docker Hub.
The container restricts file access to limit what agents can read and write.
However, it is still possible for agents to create large files in writable directories.
We do not take responsibility for any damages caused by code executed in this environment.
| Tag | Description | Included packages |
|---|---|---|
| latest | Default image | numpy, matplotlib, pandas, openai, pylint, scipy, seaborn, h5py, tables, scikit-learn |
| pytorch | Extended image with PyTorch support | All of the above + pytorch |
For usage instructions and integration details, see the Agents of Discovery repository.
This repository is based on this docker-template.