Run the following command to start the Animation Graph Microservice. This service manages and animates the avatar’s position.
docker run -it --rm --gpus all --network=host --name anim-graph-ms -v $(pwd)/default-avatar-scene_v1.0.0:/home/ace/asset nvcr.io/nvidia/ace/ia-animation-graph-microservice:1.0.2
The service is up and running from the moment you see the log line app ready
.
Note
If you encounter warnings about glfw
failing to initialize, see the troubleshooting section.