remove uncessary files and update readme

This commit is contained in:
2025-08-26 21:46:07 +08:00
parent be947dfc79
commit 611281896d
13 changed files with 13 additions and 57 deletions

View File

@@ -1 +0,0 @@
Dockerfile.bi100

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM git.modelhub.org.cn:9443/enginex-cambricon/mlu370-pytorch:v25.01-torch2.5.0-torchmlu1.24.1-ubuntu22.04-py310
WORKDIR /workspace
ENV PATH=/torch/venv3/pytorch_infer/bin:/workspace/ffmpeg-mlu-v4.2.0/install/bin:/usr/local/neuware/bin:/usr/local/openmpi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/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/