【CI】update docker file (#4072)

* fix

* test ci

* update docker

* fix

* fix

* fix

* fix

* fix

* remove server
pull/4075/head
zxcd 4 months ago committed by GitHub
parent e154b8f926
commit 3cd661ec21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,10 +29,10 @@ function main(){
bash test_cli.sh bash test_cli.sh
echo "End cli" echo "End cli"
echo "Start server" #echo "Start server"
cd ${speech_ci_path}/server/offline #cd ${speech_ci_path}/server/offline
bash test_server_client.sh #bash test_server_client.sh
echo "End server" #echo "End server"
echo "Start testing audiotools" echo "Start testing audiotools"
cd ${speech_ci_path}/audiotools cd ${speech_ci_path}/audiotools

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

Loading…
Cancel
Save