# Quick Start / 官方入口

项目：Tencent-Hunyuan/HunyuanVideo

## 官方安装入口

### Docker · 官方安装入口

```bash
docker run -itd --gpus all --init --net=host --uts=host --ipc=host --name hunyuanvideo --security-opt=seccomp=unconfined --ulimit=stack=67108864 --ulimit=memlock=-1 --privileged hunyuanvideo/hunyuanvideo:cuda_12 # For CUDA
```

来源：https://github.com/Tencent-Hunyuan/HunyuanVideo#readme

## 来源

- repo: https://github.com/Tencent-Hunyuan/HunyuanVideo
- docs: https://github.com/Tencent-Hunyuan/HunyuanVideo#readme
