From 55b392b5088e44cccca5d9962eb6b03f8332209d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Fri, 28 Feb 2025 17:29:16 +0530 Subject: [PATCH] Add requirements-extra.txt to /app --- containers/app/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/app/Dockerfile b/containers/app/Dockerfile index 5c5b1d2f3f2a..2484f41fdc82 100644 --- a/containers/app/Dockerfile +++ b/containers/app/Dockerfile @@ -79,6 +79,7 @@ COPY --chown=openhands:app --chmod=777 ./openhands/runtime/plugins ./openhands/r COPY --chown=openhands:app --chmod=770 ./openhands/agenthub ./openhands/agenthub COPY --chown=openhands:app ./pyproject.toml ./pyproject.toml COPY --chown=openhands:app ./poetry.lock ./poetry.lock +COPY --chown=openhands:app ./requirements-extra.txt ./requirements-extra.txt COPY --chown=openhands:app ./README.md ./README.md COPY --chown=openhands:app ./MANIFEST.in ./MANIFEST.in COPY --chown=openhands:app ./LICENSE ./LICENSE