Skip to content

Commit 31f6ab9

Browse files
committed
fix: install grpcio-tools with pip
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent bcd7701 commit 31f6ab9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,13 @@ RUN apt-get update && \
9595
python-is-python3 \
9696
python3-dev llvm \
9797
python3-venv && \
98-
python3-grpcio-tools && \
9998
apt-get clean && \
10099
rm -rf /var/lib/apt/lists/*
101100
# && \
102101
# pip install --upgrade pip --break-system-packages
103102

104103
# Install grpcio-tools (the version in 24.04 is too old)
105-
#RUN pip install --user grpcio-tools --break-system-packages
104+
RUN pip install --user grpcio-tools --break-system-packages
106105

107106
###################################
108107
###################################

0 commit comments

Comments
 (0)