From f6476a0f696fbd65dcd575d0001b6c41f195a807 Mon Sep 17 00:00:00 2001 From: zxcd <228587199@qq.com> Date: Thu, 15 May 2025 08:48:26 +0000 Subject: [PATCH] fix --- tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Dockerfile b/tools/Dockerfile index dd4b22d2f..608f31502 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -1,4 +1,4 @@ FROM registry.baidubce.com/paddlepaddle/paddle:latest-dev-cuda12.3-cudnn9.0-trt8.6-gcc12.2 RUN apt-get update -y RUN apt-get -y install libsndfile1 lsof -RUN pip3.10 install pytest-runner +#RUN pip3.10 install pytest-runner