This commit is contained in:
2025-09-15 16:52:26 +08:00
parent 86d07c55e5
commit c77b95a340
5 changed files with 246 additions and 1 deletions

12
Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
FROM git.modelhub.org.cn:9443/enginex-kunlunxin/xmlir/r200-8f_xmlir-ubuntu_2004_x86_64:v0.27
WORKDIR /root
SHELL ["/bin/bash", "-c"]
ADD xpytorch-cp38-torch201-ubuntu2004-x64-socket.run /root/
RUN source /root/miniconda/etc/profile.d/conda.sh && conda activate python38_torch201_cuda && \
./xpytorch-cp38-torch201-ubuntu2004-x64-socket.run
WORKDIR /workspace
COPY run_diffuser_test_r200_8f.py dataset.json /workspace/