Skip to content

Commit

Permalink
fix: revert quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
italojohnny committed Aug 23, 2024
1 parent 3aec6fa commit c84fb3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docker/build_and_push.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ RUN $POETRY_HOME/bin/poetry lock --no-update \
# do not install dev dependencies \
&& $POETRY_HOME/bin/poetry install --without dev --sync -E deploy -E couchbase -E cassio \
&& $POETRY_HOME/bin/poetry build -f wheel \
&& $POETRY_HOME/bin/poetry run pip install dist/*.whl \
&& $POETRY_HOME/bin/poetry add psycopg2-binary
&& $POETRY_HOME/bin/poetry run pip install dist/*.whl

################################
# RUNTIME
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ huggingface-hub = { version = "^0.22.0", extras = ["inference"] }
llama-cpp-python = { version = "~0.2.0", optional = true }
networkx = "^3.1"
fake-useragent = "^1.5.0"
psycopg2-binary = "^2.9.6"
pyarrow = "^14.0.0"
wikipedia = "^1.4.0"
qdrant-client = "^1.9.0"
Expand Down

0 comments on commit c84fb3d

Please sign in to comment.