fix issue #1532
This commit is contained in:
parent
49c6fcfe97
commit
cdb5288f49
@ -13,7 +13,7 @@ COPY . .
|
|||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
# 安装语音插件的额外依赖
|
# 安装语音插件的额外依赖
|
||||||
RUN pip3 install pyOpenSSL scipy git+https://github.com/aliyun/alibabacloud-nls-python-sdk.git
|
RUN pip3 install aliyun-python-sdk-core==2.13.3 pyOpenSSL webrtcvad scipy git+https://github.com/aliyun/alibabacloud-nls-python-sdk.git
|
||||||
|
|
||||||
# 可选步骤,用于预热模块
|
# 可选步骤,用于预热模块
|
||||||
RUN python3 -c 'from check_proxy import warm_up_modules; warm_up_modules()'
|
RUN python3 -c 'from check_proxy import warm_up_modules; warm_up_modules()'
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
## 1. 安装额外依赖
|
## 1. 安装额外依赖
|
||||||
```
|
```
|
||||||
pip install --upgrade pyOpenSSL scipy git+https://github.com/aliyun/alibabacloud-nls-python-sdk.git
|
pip install --upgrade pyOpenSSL webrtcvad scipy git+https://github.com/aliyun/alibabacloud-nls-python-sdk.git
|
||||||
```
|
```
|
||||||
|
|
||||||
如果因为特色网络问题导致上述命令无法执行:
|
如果因为特色网络问题导致上述命令无法执行:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user