dockerfile for a100

This commit is contained in:
2025-09-03 10:51:33 +08:00
parent 6d5e3613a0
commit 1b590aad75
2 changed files with 10 additions and 0 deletions

3
run_in_docker_a100.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /usr/bin/env bash
image=harbor-contest.4pd.io/zhanghao/t2v:a100-0.1
docker run -it -v /home/zhanghao/workspace:/workspace -v /mnt:/mnt $image bash