fix: drop all python embedding code for docker and doc (#5325)

* fix: drop all python embedding code for docker and doc

Signed-off-by: yihong0618 <zouzou0208@gmail.com>

* fix: address comments drop the left python

Signed-off-by: yihong0618 <zouzou0208@gmail.com>

---------

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong
2025-01-09 18:20:26 +08:00
committed by GitHub
parent fdbfebf4be
commit d33309be2b
6 changed files with 5 additions and 33 deletions

View File

@@ -13,12 +13,7 @@ RUN apt-get update && apt-get install -y \
curl \
git \
build-essential \
pkg-config \
python3 \
python3-dev \
python3-pip \
&& pip3 install --upgrade pip \
&& pip3 install pyarrow
pkg-config
# Trust workdir
RUN git config --global --add safe.directory /greptimedb