From 11b23b75716c05d6b210e55ad353b38846e521dd Mon Sep 17 00:00:00 2001 From: zxcd <228587199@qq.com> Date: Mon, 17 Mar 2025 04:01:39 +0000 Subject: [PATCH] update --- tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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