File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ function main(){
2929 bash test_cli.sh
3030 echo " End cli"
3131
32- echo " Start server"
33- cd ${speech_ci_path} /server/offline
34- bash test_server_client.sh
35- echo " End server"
32+ # echo "Start server"
33+ # cd ${speech_ci_path}/server/offline
34+ # bash test_server_client.sh
35+ # echo "End server"
3636
3737 echo " Start testing audiotools"
3838 cd ${speech_ci_path} /audiotools
Original file line number Diff line number Diff line change 1- FROM registry.baidubce.com/paddlepaddle/paddle:latest-dev-cuda11.2-cudnn8.2 -trt8.0-gcc82
1+ FROM registry.baidubce.com/paddlepaddle/paddle:latest-dev-cuda12.3-cudnn9.0 -trt8.6-gcc12.2
22RUN apt-get update -y
33RUN apt-get -y install libsndfile1 lsof
4- RUN pip3.8 install pytest-runner
You can’t perform that action at this time.
0 commit comments