We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd7701 commit 31f6ab9Copy full SHA for 31f6ab9
Dockerfile
@@ -95,14 +95,13 @@ RUN apt-get update && \
95
python-is-python3 \
96
python3-dev llvm \
97
python3-venv && \
98
- python3-grpcio-tools && \
99
apt-get clean && \
100
rm -rf /var/lib/apt/lists/*
101
# && \
102
# pip install --upgrade pip --break-system-packages
103
104
# Install grpcio-tools (the version in 24.04 is too old)
105
-#RUN pip install --user grpcio-tools --break-system-packages
+RUN pip install --user grpcio-tools --break-system-packages
106
107
###################################
108
0 commit comments