Following this page I’m facing a few issues:
-
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? -
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.
.....
- 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 post - 1 participant