- Hi Everyone I am trying to setup NVIDIA Omniverse Replicator in EC2 instance to generate synthetic data. I am using below steps as suggested in the instruction page.
https://docs.omniverse.nvidia.com/extensions/latest/ext_replicator/aws_setup.html
But after I completed the first page successfully and as suggested till step 11. I started following the instruction in deploy to cloud. After Step 7 where is says Run the replicator with interactive Bash session using below command.
docker run --gpus all --entrypoint /bin/bash -it -v /PATH/TO/STORE/DATA/IN/INSTANCE:/_output/ nvcr.io/nvidia/omniverse-replicator:1.4.7-r1
After this I didn’t get any interactive session and started getting attached error. Can you please help !! Do let me know if any additional information required from my end.