fix: Add installing of all extras to cognee Dockerfile

Added installing of all extras to Dockerfile

Fix #COG-457
This commit is contained in:
Igor Ilic 2024-10-29 19:08:09 +01:00
parent 0e9b8108a0
commit 8fa7c46161

View file

@ -25,7 +25,7 @@ RUN pip install poetry
RUN poetry config virtualenvs.create false
# Install the dependencies
RUN poetry install --no-root --no-dev
RUN poetry install --all-extras --no-root --no-dev
# Set the PYTHONPATH environment variable to include the /app directory