• Hardware -
GeForce RTX 3090
Ubuntu 18.04 x64
NVIDIA driver 470.74
• Network Type - Faster_rcnn
• TLT Version:
Configuration of the TAO Toolkit Instance
dockers:
nvidia/tao/tao-toolkit-tf:
docker_registry: nvcr.io
docker_tag: v3.21.08-py3
tasks:
- augment
- bpnet
- classification
- detectnet_v2
- dssd
- emotionnet
- faster_rcnn
- fpenet
- gazenet
- gesturenet
- heartratenet
- lprnet
- mask_rcnn
- multitask_classification
- retinanet
- ssd
- unet
- yolo_v3
- yolo_v4
- converter
nvidia/tao/tao-toolkit-pyt:
docker_registry: nvcr.io
docker_tag: v3.21.08-py3
tasks: - speech_to_text
- speech_to_text_citrinet
- text_classification
- question_answering
- token_classification
- intent_slot_classification
- punctuation_and_capitalization
nvidia/tao/tao-toolkit-lm:
docker_registry: nvcr.io
docker_tag: v3.21.08-py3
tasks: - n_gram
format_version: 1.0
toolkit_version: 3.21.08
published_date: 08/17/2021
I have an x64 Linux Ubuntu 18.04 machine which isn’t connected directly to the internet but via an air gap environment.
In other machine which connected to NGC, I pulled the docker image nvcr.io/nvidia/tlt-streamanalytics:v3.0-py3
And copied it to my offline machine.
When I try to run it using this command:
docker run “TLT Image ported name”:v3.0-py3
I got the following error:
--2021-11-02 09:57:25-- https://ngc.nvidia.com/downloads/ngccil_reg_linux.zip
Resolving ngc.nvidia.com (ngc.nvidia.com)... failed: Temporary failure in name resolution.
wget: unable to resolve host address 'ngc.nvidia.com'
I already downloaded the ngc cil manually and installed it in my offline machine and configured its path in the LD_LIBRARY_PATH.
Why the docker run command trying to access ngc.nvidia.com?
How can I handle this issue when my machine has no access to it?