Wrong content-type on https://repo.download.nvidia.com/jetson/

The web server on repo.download.nvidia.com assigns content-type text/plain to Debian package files.
E.g.

https://repo.download.nvidia.com/jetson/common/pool/main/n/nvidia-container-csv-tensorrt/nvidia-container-csv-tensorrt_7.1.0.16-1+cuda10.2_arm64.deb

The expected content-type would be application/x-debian-package
or application/vnd.debian.binary-package .

Some tools, e.g. Sonatype Nexus, won’t be able to download correctly if the content-type is text/plain.

Is it possible to change content-type on the web server?

1 Like

Hi @initgoran,

Welcome to the NVIDIA Developer Forums. I am looking for the owner of the download site to see if this can be addressed. I will reply back here in the thread when I have an update. Thanks for bringing this to our attention.

Best,
Tom

Hello,

This should be fixed now. Let me know if you have any issues.

Thanks,
Tom

It works perfectly now, also using Nexus. Thank you very much!