From 8c1492a0c08bf74e2b351f231f663b653b12a2f6 Mon Sep 17 00:00:00 2001 From: diomabros Date: Thu, 20 Apr 2023 13:25:13 +0200 Subject: [PATCH] Update Dockerfile As suggested in https://github.com/Significant-Gravitas/Auto-GPT/issues/2634#issuecomment-1515926042 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8396154998f3..ddaabeff31fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,5 +34,7 @@ RUN sed -i '/Items below this point will not be included in the Docker Image/,$d # Copy the application files COPY --chown=appuser:appuser autogpt/ ./autogpt +RUN pip install openapi-python-client + # Set the entrypoint ENTRYPOINT ["python", "-m", "autogpt"]