Skip to content

Commit

Permalink
generating primsa schema in dockerfile so container can work withut i… (
Browse files Browse the repository at this point in the history
#552)

generating primsa schema in dockerfile so container can work withut internet
  • Loading branch information
ali-encord authored Jul 14, 2023
1 parent 01e4e8f commit b938088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN apt-get -y clean \

RUN pip install ".[coco]"

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

WORKDIR /data

RUN git config --global --add safe.directory '*'
Expand Down

0 comments on commit b938088

Please sign in to comment.