dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
1.9k stars 416 forks source link

Box.com #567

Open cspells opened 6 days ago

cspells commented 6 days ago

Hi, I am getting an error on the step RUN /tmp/install_cuda.sh because of the following wget command: wget --quiet --show-progress --progress=bar:force:noscroll https://nvidia.box.com/shared/static/uvqtun1sc0bq76egarc8wwuh6c23e76e.deb. I am building behind a corporate proxy that blocks box.com. Is there a heavy use of box.com for this repo? I could find some work arounds for a few of these but I am also curious if others have issues from proxies blocking box.com.

cspells commented 5 days ago

So far I have found a workaround by using CUDA 12.4 instead of CUDA 12.2. Looks like CUDA 12.4 pulls from developer.download.nvidia.com instead.

dusty-nv commented 5 days ago

Hi @cspells, TensorRT 8.6 is also using box.com to pull the installer, along with a few older packages where it isn't really used anymore. The future CUDA/cuDNN/TensorRT installers are hosted on download.nvidia.com instead (like CUDA 12.4 and TRT10)