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