2025-09-18 16:41:55 +08:00
|
|
|
FROM cr.metax-tech.com/public-ai-release/maca/diffusers.training:maca.ai3.0.0.5-torch2.4-py310-ubuntu22.04-amd64
|
2025-09-16 18:23:40 +08:00
|
|
|
|
|
|
|
|
RUN /opt/conda/bin/pip install pytorch_lightning opencv-python-headless==4.10.0.84 imageio[ffmpeg] einops datasets==3.2.0 simplejson open_clip_torch==2.24.0 sortedcontainers modelscope av==11.0.0 addict
|
|
|
|
|
|
2025-10-16 10:45:15 +08:00
|
|
|
RUN /opt/conda/bin/pip install easydict dashscope
|
|
|
|
|
|
2025-09-16 18:23:40 +08:00
|
|
|
WORKDIR /opt/app
|
|
|
|
|
|
2025-10-16 10:45:15 +08:00
|
|
|
COPY ./main.py ./dataset.json ./wan_pipeline.py ./
|
|
|
|
|
COPY ./Wan2.1 ./Wan2.1
|
2025-09-16 18:23:40 +08:00
|
|
|
|
|
|
|
|
ENTRYPOINT ["/opt/conda/bin/python"]
|