diff --git a/tools/Dockerfile b/tools/Dockerfile index 0d1bafc05..bc155d1ae 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -1,4 +1,4 @@ FROM registry.baidubce.com/paddlepaddle/paddle:3.0.0b1 RUN apt-get update -y RUN apt-get -y install libsndfile1 lsof -RUN pip3.8 install pytest-runner +RUN pip3.10 install pytest-runner