• Hardware Platform (Jetson / GPU)
x86_64/NVIDIA GeForce RTX 3060 Laptop
• DeepStream Version
Windows11/Ubuntu WSL2/Docker Desktop/Container: nvidia/deepstream:7.1-gc-triton-devel
• TensorRT Version
10.9.0.34-1+cuda12.8 amd64
• NVIDIA GPU Driver Version (valid for GPU only)
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.124.06 Driver Version: 572.70 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 3060 ... On | 00000000:01:00.0 On | N/A |
| N/A 45C P8 19W / 95W | 1312MiB / 6144MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
• Issue Type( questions, new requirements, bugs)
I followed the documentation: Extension Development Workflow
I have an error with bazel.
/tmp/test/extensions/test# bazel build …
INFO: Repository rules_python instantiated at:
/tmp/test/WORKSPACE:34:13: in <toplevel>
Repository rule http_archive defined at:
/root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in <toplevel>
WARNING: Download from https://urm.nvidia.com/artifactory/sw-isaac-gxf-generic-local/dependencies/external/bazelbuild/rules_python/rules_python-0.1.0.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException Unknown host: urm.nvidia.com
ERROR: An error occurred during the fetch of repository 'rules_python':
Traceback (most recent call last):
File "/root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/bazel_tools/tools/build_defs/repo/http.bzl", line 132, column 45, in _http_archive_impl
download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://urm.nvidia.com/artifactory/sw-isaac-gxf-generic-local/dependencies/external/bazelbuild/rules_python/rules_python-0.1.0.tar.gz] to /root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/rules_python/temp10637611564116379902/rules_python-0.1.0.tar.gz: Unknown host: urm.nvidia.com
ERROR: /tmp/test/WORKSPACE:34:13: fetching http_archive rule //external:rules_python: Traceback (most recent call last):
File "/root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/bazel_tools/tools/build_defs/repo/http.bzl", line 132, column 45, in _http_archive_impl
download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://urm.nvidia.com/artifactory/sw-isaac-gxf-generic-local/dependencies/external/bazelbuild/rules_python/rules_python-0.1.0.tar.gz] to /root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/rules_python/temp10637611564116379902/rules_python-0.1.0.tar.gz: Unknown host: urm.nvidia.com
ERROR: Analysis of target '//extensions/test:register_test_ext' failed; build aborted: no such package '@rules_python//python': java.io.IOException: Error downloading [https://urm.nvidia.com/artifactory/sw-isaac-gxf-generic-local/dependencies/external/bazelbuild/rules_python/rules_python-0.1.0.tar.gz] to /root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/rules_python/temp10637611564116379902/rules_python-0.1.0.tar.gz: Unknown host: urm.nvidia.com
INFO: Elapsed time: 0.285s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (26 packages loaded, 86 targets configured)
currently loading: @com_extension_dev//build
root@01f1e2e81c40:/tmp/test/extensions/test# bazel build ...
INFO: Repository rules_python instantiated at:
/tmp/test/WORKSPACE:34:13: in <toplevel>
Repository rule http_archive defined at:
/root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in <toplevel>
WARNING: Download from https://urm.nvidia.com/artifactory/sw-isaac-gxf-generic-local/dependencies/external/bazelbuild/rules_python/rules_python-0.1.0.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException Unknown host: urm.nvidia.com
ERROR: An error occurred during the fetch of repository 'rules_python':
Traceback (most recent call last):
File "/root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/bazel_tools/tools/build_defs/repo/http.bzl", line 132, column 45, in _http_archive_impl
download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://urm.nvidia.com/artifactory/sw-isaac-gxf-generic-local/dependencies/external/bazelbuild/rules_python/rules_python-0.1.0.tar.gz] to /root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/rules_python/temp1133587412676880328/rules_python-0.1.0.tar.gz: Unknown host: urm.nvidia.com
ERROR: /tmp/test/WORKSPACE:34:13: fetching http_archive rule //external:rules_python: Traceback (most recent call last):
File "/root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/bazel_tools/tools/build_defs/repo/http.bzl", line 132, column 45, in _http_archive_impl
download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://urm.nvidia.com/artifactory/sw-isaac-gxf-generic-local/dependencies/external/bazelbuild/rules_python/rules_python-0.1.0.tar.gz] to /root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/rules_python/temp1133587412676880328/rules_python-0.1.0.tar.gz: Unknown host: urm.nvidia.com
ERROR: Analysis of target '//extensions/test:register_test_ext' failed; build aborted: no such package '@rules_python//python': java.io.IOException: Error downloading [https://urm.nvidia.com/artifactory/sw-isaac-gxf-generic-local/dependencies/external/bazelbuild/rules_python/rules_python-0.1.0.tar.gz] to /root/.cache/bazel/_bazel_root/d1309ac1e2719cdf777c0d6e936fc92b/external/rules_python/temp1133587412676880328/rules_python-0.1.0.tar.gz: Unknown host: urm.nvidia.com
INFO: Elapsed time: 0.209s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (4 packages loaded, 73 targets configured)
currently loading: @com_extension_dev//build
Is there a bazel configuration file to be changed somewhere in the container?
Thanks.