Can not connect to Jupyer notebook running in container of host machine from Remote machine

Hi @miteshp.patel, thank you for your question!

Looks like you have two issues here -

  1. Running the TLT container:
    Can you please share a screenshot of the error you’re receiving? Docker containers would ideally not run into a wget error - this might be an error when you’re trying to pull the resource with the command
ngc registry resource download-version "nvidia/gtcfallngcdemo:1.0.0"
  1. Accessing the Jupyter notebook:
    You may need to configure port forwarding from your host machine in order to be able to access Jupyter notebooks running on it from a web browser on your laptop.

Please refer to articles such as this for more guidance on how to configure port forwarding.