Skip to content

Commit

Permalink
Install all-extras for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Nov 13, 2024
1 parent 89b7a35 commit d0c79ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ COPY pyproject.toml poetry.lock ./

RUN poetry config virtualenvs.create false

RUN poetry install --no-interaction --no-ansi --no-root
RUN poetry install --no-interaction --no-ansi --no-root --all-extras

COPY . ./

RUN poetry install --only-root
RUN poetry install --only-root --all-extras

0 comments on commit d0c79ad

Please sign in to comment.