Skip to content

Commit

Permalink
Add requirements-extra.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Feb 20, 2025
1 parent c019e21 commit 7a6439e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update -y \
&& apt-get install -y curl make git build-essential \
&& python3 -m pip install poetry==1.8.2 --break-system-packages

COPY ./pyproject.toml ./poetry.lock ./
COPY ./pyproject.toml ./poetry.lock ./requirements-extra.txt ./
RUN touch README.md
RUN export POETRY_CACHE_DIR && poetry install --without evaluation,llama-index --no-root && rm -rf $POETRY_CACHE_DIR
RUN poetry run pip install -r requirements-extra.txt
Expand Down

0 comments on commit 7a6439e

Please sign in to comment.