# Test container ## Connect to the container Connect to the container and run tests: # Get the CONTAINER ID docker ps # Open an interactive shell inside a running container docker exec -it /bin/bash # Check qaic devices /opt/qti-aic/tools/qaic-util -q # Run an inference with recorded data /opt/qti-aic/exec/qaic-runner -d 0 -t /opt/qti-aic/test-data/aic100/v2/1nsp/1nsp-quant-resnet50/ Copy to clipboard ## Run Python example Activate the Python environment and test Python HL API (valid if *qaic\_python: “True”* specified in sdk group of user\_specification\_file while building Docker image): source /opt/qti-aic/dev/python/qaic-env/bin/activate cd /opt/qti-aic/examples/apps/qaic-python-sdk/qaic/examples/resnet_example/ python resnet_example.py Copy to clipboard Last Published: Aug 25, 2026 [Previous Topic Launch container](https://docs.qualcomm.com/bundle/publicresource/80-99100-3/topics/launch-container.md) [Next Topic Deploy the model with Kubernetes](https://docs.qualcomm.com/bundle/publicresource/80-99100-3/topics/index_Kubernetes.md)