Errors when running tao toolkit on aws

Following this page I’m facing a few issues:

  1. There is no such AMI on aws marketplace
    NVIDIA Deep Learning AMI
    the most similar found there is NVIDIA GPU-Optimized AMI
    Does it bring the tao toolkit with it?

  2. I gave that AMI a try and here is the first error:

$ sudo apt update
......
The following packages have unmet dependencies:
 python3-pip : Breaks: python-pip but 20.3.4+dfsg-4 is to be installed
E: Unable to correct problems, you have held broken packages.
.....
  1. next
$ wget --content-disposition https://api.ngc.nvidia.com/v2/resources/nvidia/tao/tao-getting-started/versions/5.0.0/zip -O tao-getting-started_5.0.0.zip
unzip -u tao-getting-started_5.0.0.zip  -d ./tao-getting-started_5.0.0 && cd ./tao-getting-started_5.0.0
--2025-02-06 09:11:46--  https://api.ngc.nvidia.com/v2/resources/nvidia/tao/tao-getting-started/versions/5.0.0/zip
Resolving api.ngc.nvidia.com (api.ngc.nvidia.com)... 35.161.3.4, 44.239.227.177
Connecting to api.ngc.nvidia.com (api.ngc.nvidia.com)|35.161.3.4|:443... connected.
HTTP request sent, awaiting response... 410 Gone
2025-02-06 09:11:47 ERROR 410: Gone.

Archive:  tao-getting-started_5.0.0.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of tao-getting-started_5.0.0.zip or
        tao-getting-started_5.0.0.zip.zip, and cannot find tao-getting-started_5.0.0.zip.ZIP, period.
1 Like

Yes, you can use NVIDIA GPU-Optimized AMI.

What is the OS version? Is it Ubuntu20.04 or 22.04?
Is it a fresh system? Do you ever install something previously/

Item 1.
It doesn’t have tao installed.

Item 2.
I’m using the image as is with g4 instance.
Don’t know which Ubuntu version.

Item 3.
What about the broken url?

I have followed instructions step by step. Installed only what’s there, nothing else.

By default, there is not tao installed in the NVIDIA GPU-Optimized AMI.

And the error from $ sudo apt update is not related to TAO.
Usually there is not error from $ sudo apt update. That is the reason why I ask you if the machine is fresh and if you have installed some other packages previously on this machine.

Please check with below.
$ cat /etc/lsb-release
$ uname -a

I can run below successfully.
$ wget --content-disposition https://api.ngc.nvidia.com/v2/resources/nvidia/tao/tao-getting-started/versions/5.0.0/zip -O tao-getting-started_5.0.0.zip

I am afraid there is some network issues on your side.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.