- Go to ec2 instances console (in our case the region is Ohio)
- Actions -> Instance State -> Start
- Wait for the instance to start
- copy the
Public DNS (IPv4)
from the instance description
to connect with ssh run the following command:
ssh -i '/.../tensorrt_test.pem' ubuntu@INSTANCE_PUBLIC_DNS
(I already pulled the image with: docker pull nvcr.io/nvidia/tensorrt:17.12
)
run: nvidia-docker run -it --rm nvcr.io/nvidia/tensorrt:17.12