소스 검색

Added NVIDIA copyright to Dockerfile and Singularity

bharatk-parallel 4 년 전
부모
커밋
d757dcbd33
5개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      ai/DeepStream/Singularity
  2. 2 0
      ai/DeepStream_Perf_Lab/Dockerfile
  3. 2 0
      ai/DeepStream_Perf_Lab/Singularity
  4. 2 0
      ai/Distributed_Deep_Learning/Singularity
  5. 2 0
      ai/RAPIDS/Dockerfile

+ 2 - 0
ai/DeepStream/Singularity

@@ -1,3 +1,5 @@
+# Copyright (c) 2020 NVIDIA Corporation.  All rights reserved.
+
 Bootstrap: docker
 From: nvcr.io/nvidia/deepstream:5.0-20.07-triton
 

+ 2 - 0
ai/DeepStream_Perf_Lab/Dockerfile

@@ -1,3 +1,5 @@
+# Copyright (c) 2020 NVIDIA Corporation.  All rights reserved.
+
 # Select Base Image
 FROM nvcr.io/nvidia/deepstream:5.0.1-20.09-triton
 

+ 2 - 0
ai/DeepStream_Perf_Lab/Singularity

@@ -1,3 +1,5 @@
+# Copyright (c) 2020 NVIDIA Corporation.  All rights reserved.
+
 Bootstrap: docker
 From: nvcr.io/nvidia/deepstream:5.0-20.07-triton
 

+ 2 - 0
ai/Distributed_Deep_Learning/Singularity

@@ -1,3 +1,5 @@
+# Copyright (c) 2020 NVIDIA Corporation.  All rights reserved.
+
 Bootstrap: docker
 From: nvcr.io/nvidia/tensorflow:21.07-tf2-py3
 

+ 2 - 0
ai/RAPIDS/Dockerfile

@@ -1,3 +1,5 @@
+# Copyright (c) 2020 NVIDIA Corporation.  All rights reserved.
+
 # Select Base Image 
 #FROM rapidsai/rapidsai:cuda10.1-runtime-ubuntu18.04-py3.7
 FROM rapidsai/rapidsai:cuda11.0-runtime-ubuntu18.04-py3.7