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 7a15ff1 commit bcd7701Copy full SHA for bcd7701
Dockerfile
@@ -95,12 +95,14 @@ RUN apt-get update && \
95
python-is-python3 \
96
python3-dev llvm \
97
python3-venv && \
98
+ python3-grpcio-tools && \
99
apt-get clean && \
- rm -rf /var/lib/apt/lists/* && \
100
- pip install --upgrade pip
+ rm -rf /var/lib/apt/lists/*
101
+ # && \
102
+ # pip install --upgrade pip --break-system-packages
103
-# Install grpcio-tools (the version in 22.04 is too old)
-RUN pip install --user grpcio-tools
104
+# Install grpcio-tools (the version in 24.04 is too old)
105
+#RUN pip install --user grpcio-tools --break-system-packages
106
107
###################################
108
0 commit comments