From d5e9c0c27cc84f44896397d68ebe64f674b36c7c Mon Sep 17 00:00:00 2001 From: zhanghao Date: Thu, 28 Aug 2025 17:31:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9131487..80abc14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ ENV PATH=/torch/venv3/pytorch_infer/bin:/workspace/ffmpeg-mlu-v4.2.0/install/bin RUN pip install diffusers==0.34.0 RUN sed -i 's|source /torch/venv3/pytorch/bin/activate|source /torch/venv3/pytorch_infer/bin/activate|' /root/.bashrc -COPY main.py test.sh dataset.json /workspace/ +COPY main.py dataset.json /workspace/