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 2669f47 commit 736df11Copy full SHA for 736df11
Dockerfile
@@ -81,7 +81,7 @@ RUN apt-get update && \
81
espeak \
82
python3-pip \
83
python-is-python3 \
84
- python3-dev llvm-10* \
+ python3-dev llvm \
85
python3-venv && \
86
apt-get clean && \
87
rm -rf /var/lib/apt/lists/* && \
backend/python/parler-tts/requirements.txt
@@ -1,3 +1,4 @@
1
grpcio==1.65.5
2
protobuf
3
-certifi
+certifi
4
+llvmlite==0.43.0
0 commit comments