# Quick Start / Official Entry

Project: Tencent-Hunyuan/HunyuanVideo

## Official Install Entry

### Docker - Official install entry

```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
```

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

## Sources

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