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(){
29
29
bash test_cli.sh
30
30
echo " End cli"
31
31
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"
36
36
37
37
echo " Start testing audiotools"
38
38
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
2
2
RUN apt-get update -y
3
3
RUN 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