add dockerfile for mrv100

This commit is contained in:
2025-09-09 14:57:59 +08:00
parent 54ac219d77
commit 2888ee8043
3 changed files with 11 additions and 1 deletions

3
run_in_docker_mrv100.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /usr/bin/env bash
image=harbor-contest.4pd.io/zhanghao/t2v:mrv100-0.1
docker run -it -v `pwd`:/workspace -v /root/models:/root/models -v /mnt:/mnt --device=dev/iluvatar0:/dev/iluvatar0 $image bash