fix: Add installing of all extras to cognee Dockerfile
Added installing of all extras to Dockerfile Fix #COG-457
This commit is contained in:
parent
0e9b8108a0
commit
8fa7c46161
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue