Skip to content

Commit

Permalink
chore: install all extras for prod (#1989)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubham Naik <shub@memgpt.ai>
  • Loading branch information
4shub and Shubham Naik authored Nov 6, 2024
1 parent 2b2b7d5 commit a62e755
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 @@ -16,7 +16,7 @@ RUN poetry lock --no-update
RUN if [ "$LETTA_ENVIRONMENT" = "DEVELOPMENT" ] ; then \
poetry install --no-root -E "postgres server dev" ; \
else \
poetry install --no-root -E "postgres server" && \
poetry install --no-root --all-extras && \
rm -rf $POETRY_CACHE_DIR ; \
fi

Expand Down

0 comments on commit a62e755

Please sign in to comment.