Skip to content

Commit

Permalink
Add requirements-extra.txt to /app
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Feb 28, 2025
1 parent a6f1eff commit 55b392b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55b392b

Please sign in to comment.