Skip to content

Commit 3061978

Browse files
committed
Install all packages
1 parent 41e70d0 commit 3061978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ ENV PORT=${PORT}
77
ENV PATH="/usr/local/bin:${PATH}"
88

99
RUN pip install uv \
10-
&& uv pip install --system vector-mcp
10+
&& uv pip install --system vector-mcp[all]
1111

1212
ENTRYPOINT exec vector-mcp --transport "http" --host "${HOST}" --port "${PORT}"

0 commit comments

Comments
 (0)