From 486c7e3a5ea1a92472945ae6d42a855bd4191239 Mon Sep 17 00:00:00 2001 From: Douglas Schonholtz <15002691+dschonholtz@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:10:24 -0400 Subject: [PATCH] Update README.md Adding set up info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f3b54648..26aec3d3 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,14 @@ Install the requirements with `pip install -r requirements.txt` +You must have a docker container built corresponding to the submodule below or the docker run command starting the agent will fail. + +Cd into the AutoGPT submodule and build/tag the dockerfile so the agent can be instantiated. +`cd auto_gpt_benchmarks/Auto-GPT` + +Build the container so we can run it procedurally! +`docker build -t autogpt .` + ## Running the tests EVALS_THREADS=1 EVALS_THREAD_TIMEOUT=600 oaieval auto_gpt_completion_fn test-match --registry_path $PWD/auto_gpt_benchmarking