Add server ci (#3857)

* Add server ci

* fix
pull/3858/head
tianshuo78520a 3 months ago committed by GitHub
parent 188444f778
commit bf03c9a620
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -26,6 +26,11 @@ function main(){
cd ${speech_ci_path}/cli
bash test_cli.sh
echo "End cli"
echo "Start server"
cd ${speech_ci_path}/server/offline
bash test_server_client.sh
echo "End server"
}
main

@ -1,4 +1,4 @@
FROM registry.baidubce.com/paddlepaddle/paddle:latest-dev-cuda11.2-cudnn8.2-trt8.0-gcc82
RUN apt-get update -y
RUN apt-get -y install libsndfile1
RUN apt-get -y install libsndfile1 lsof
RUN pip3.8 install pytest-runner

Loading…
Cancel
Save