You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now if you use oci_pull from rules_oci v2, it will fail, eg:
oci_pull(
name = "nvidia_test",
tag = "24.02-py3",
registry = "nvcr.io",
repository = "nvidia/tensorrt",
)
I get error:
...
/home/gfrankliu/.cache/bazel/_bazel_gfrankliu/b71142cf8050563176d73cc4d125110e/external/rules_oci/oci/pull.bzl:251:14: in oci_pull
Repository rule oci_alias defined at:
/home/gfrankliu/.cache/bazel/_bazel_gfrankliu/b71142cf8050563176d73cc4d125110e/external/rules_oci/oci/private/pull.bzl:417:28: in <toplevel>
WARNING: Download from https://nvcr.io/v2/nvidia/tensorrt/manifests/24.02-py3 failed: class java.io.FileNotFoundException GET returned 404 Not Found
...
Switching to oci_pull from rules_oci v1 works with curl fallback.
The text was updated successfully, but these errors were encountered:
Some of the nvcr images are publicly available. eg, below docker pull works fine:
Now if you use oci_pull from rules_oci v2, it will fail, eg:
I get error:
Switching to oci_pull from rules_oci v1 works with curl fallback.
The text was updated successfully, but these errors were encountered: