fix diffusers version

This commit is contained in:
2025-08-28 11:17:44 +08:00
parent be947dfc79
commit cdefc1873e

View File

@@ -1,5 +1,5 @@
FROM pytorch/pytorch:2.6.0-cuda12.4-cudnn9-devel
WORKDIR /workspace
# ENV PT_SDPA_ENABLE_HEAD_DIM_PADDING=1
RUN pip install diffusers transformers sentencepiece
RUN pip install diffusers==0.34.0 transformers sentencepiece
COPY main.py test.sh dataset.json /workspace/