I’m trying to set up a Docker container to run Audio2Face. I have successfully installed the required prerequisites, such as the NVIDIA Toolkit and NVIDIA Docker containers, and Cuda. I can run GPU containers fine. However, I’m unable to find the Audio2Face installer for Linux to actually run inside my Docker container.
- I have also followed the YouTube tutorial :
https://www.youtube.com/watch?v=2uWXeIol468&list=PL5B692fm6--ur-66TMEo1STNoJ50nCXvk
I also found a video here in your official Nvidia playlist
It suggests to use docker pull nvcr.io/eevalgoeixww/staging/audio2face_pipeline:0.5.0, but also infers that you need access to ACE. I’m currently not using ace and don’t have access to it. I’m just using Audio2face with my own 3D models. Is this suggesting that audio2face cannot be run in a container, unless you have Nvidia Avatar Creation Engine access?
I’m stuck on how to proceed with installing Audio2Face itself as I don’t have the installer. Is there a way to obtain the Linux installer for Audio2Face, or is there a different approach to installing it in a Docker container? Do I have to have audio2face installed in the wsl 2 host machine, for it to run in container?
Any guidance would be appreciated.
Thank you!
Ej