Skip to content

Commit

Permalink
fix: make sure we keep pycocotools (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
Encord-davids authored Sep 12, 2023
1 parent 84b2e8d commit 39134a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN poetry config virtualenvs.create true \
COPY ./src/ /home/appuser/src/
COPY ./README.md /home/appuser/

RUN poetry install --only-root
RUN poetry install --only-root --extras coco

RUN poetry run prisma generate --schema=./src/encord_active/lib/db/schema.prisma

Expand Down

0 comments on commit 39134a3

Please sign in to comment.