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 9cfd890 commit aca2c41Copy full SHA for aca2c41
Dockerfile
@@ -81,12 +81,12 @@ RUN apt-get update && \
81
espeak \
82
python3-pip \
83
python-is-python3 \
84
- python3-dev lsb-release wget software-properties-common gnupg \
+ python3-dev llvm-10* \
85
python3-venv && \
86
apt-get clean && \
87
rm -rf /var/lib/apt/lists/* && \
88
pip install --upgrade pip
89
-RUN curl -L https://apt.llvm.org/llvm.sh -o llvm.sh && chmod +x llvm.sh && ./llvm.sh 10
+
90
# Install grpcio-tools (the version in 22.04 is too old)
91
RUN pip install --user grpcio-tools
92
0 commit comments