Skip to content

Commit

Permalink
fix: run openapi with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Nov 29, 2024
1 parent a068a2b commit 71b6457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/create_openapi_with_server_hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cleanup() {
trap cleanup EXIT

# Start infinity_emb in the background
DO_NOT_TRACK=1 infinity_emb v2 --log-level error --engine debugengine --port 7996 &
DO_NOT_TRACK=1 poetry run infinity_emb v2 --log-level error --engine debugengine --port 7996 &
INFINITY_PID=$!
echo "infinity_emb started with PID $INFINITY_PID"

Expand Down

0 comments on commit 71b6457

Please sign in to comment.