Doriandarko / claude-engineer

Claude Engineer is an interactive command-line interface (CLI) that leverages the power of Anthropic's Claude-3.5-Sonnet model to assist with software development tasks. This tool combines the capabilities of a large language model with practical file system operations and web search functionality.
9.66k stars 1.02k forks source link

Add steps and files so this tool can be used in a docker container #171

Open RichardoC opened 3 months ago

RichardoC commented 3 months ago

This means folks don't need to install things on their host, and the code execution is restricted from accessing their host

rigolepe commented 2 months ago

+1 I would like to have this option as well for better isolation from my host system.

This is important, compare the two solutions:

Python virtual environment

Docker container