Amar3tto commented on code in PR #36954:
URL: https://github.com/apache/beam/pull/36954#discussion_r2581860371


##########
sdks/python/container/license_scripts/dep_urls_py.yaml:
##########
@@ -108,6 +108,32 @@ pip_dependencies:
     license: "https://raw.githubusercontent.com/atdt/monotonic/master/LICENSE";
   nose:
       license: 
"https://raw.githubusercontent.com/nose-devs/nose/master/lgpl.txt";
+  nvidia-cublas-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-cuda-cupti-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-cuda-nvrtc-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-cuda-runtime-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-cudnn-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-cufft-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-cufile-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-curand-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-cusolver-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-cusparse-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-nccl-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-nvjitlink-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";
+  nvidia-nvtx-cu12:
+    license: 
"https://raw.githubusercontent.com/NVIDIA/cccl/refs/heads/main/LICENSE";

Review Comment:
   gpu_image_requirements.txt contains nvidia deps and there is the error:
   
   `RuntimeError: Could not retrieve licences for packages 
['nvidia-cublas-cu12', 'nvidia-cuda-cupti-cu12', 'nvidia-cuda-nvrtc-cu12', 
'nvidia-cuda-runtime-cu12', 'nvidia-cudnn-cu12', 'nvidia-cufft-cu12', 
'nvidia-cufile-cu12', 'nvidia-curand-cu12', 'nvidia-cusolver-cu12', 
'nvidia-cusparse-cu12', 'nvidia-nccl-cu12', 'nvidia-nvjitlink-cu12', 
'nvidia-nvtx-cu12', 'tokenizers', 'triton'] in Python3.12 environment. 
   20.19  These licenses were not able to be pulled automatically. Please 
search code source of the dependencies on the internet and add urls to RAW 
license file at sdks/python/container/license_scripts/dep_urls_py.yaml for each 
missing license and rerun the test.`
   
   How should we proceed?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to