fix: support rag search on macos (#1928)
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:3.11-slim-bookworm
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && apt-get install -y curl \
|
||||
RUN apt-get update && apt-get install -y curl git \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user