Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/NVIDIA/nvidia-docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Abecassis <fabecassis@nvidia.com>2016-12-02 21:26:27 +0300
committerFelix Abecassis <fabecassis@nvidia.com>2016-12-02 21:26:27 +0300
commitef3e6055059b515e8e3ee0801848bbad8b5efde9 (patch)
tree1f1ecc98c8be3f24f2903a3bda366854ad346530
parent00ebd530fdfa015e0fb06dd49dd5aa8e9ac32eba (diff)
Remove deprecated instruction MAINTAINER
Closes: #260
-rw-r--r--centos-6/cuda/7.5/devel/Dockerfile2
-rw-r--r--centos-6/cuda/7.5/devel/cudnn5/Dockerfile2
-rw-r--r--centos-6/cuda/7.5/runtime/Dockerfile2
-rw-r--r--centos-6/cuda/7.5/runtime/cudnn5/Dockerfile2
-rw-r--r--centos-6/cuda/8.0/devel/Dockerfile2
-rw-r--r--centos-6/cuda/8.0/devel/cudnn5/Dockerfile2
-rw-r--r--centos-6/cuda/8.0/runtime/Dockerfile2
-rw-r--r--centos-6/cuda/8.0/runtime/cudnn5/Dockerfile2
-rw-r--r--centos-7/cuda/7.0/devel/Dockerfile2
-rw-r--r--centos-7/cuda/7.0/devel/cudnn4/Dockerfile2
-rw-r--r--centos-7/cuda/7.0/runtime/Dockerfile2
-rw-r--r--centos-7/cuda/7.0/runtime/cudnn4/Dockerfile2
-rw-r--r--centos-7/cuda/7.5/devel/Dockerfile2
-rw-r--r--centos-7/cuda/7.5/devel/cudnn4/Dockerfile2
-rw-r--r--centos-7/cuda/7.5/devel/cudnn5/Dockerfile2
-rw-r--r--centos-7/cuda/7.5/runtime/Dockerfile2
-rw-r--r--centos-7/cuda/7.5/runtime/cudnn4/Dockerfile2
-rw-r--r--centos-7/cuda/7.5/runtime/cudnn5/Dockerfile2
-rw-r--r--centos-7/cuda/8.0/devel/Dockerfile2
-rw-r--r--centos-7/cuda/8.0/devel/cudnn5/Dockerfile2
-rw-r--r--centos-7/cuda/8.0/runtime/Dockerfile2
-rw-r--r--centos-7/cuda/8.0/runtime/cudnn5/Dockerfile2
-rw-r--r--ubuntu-14.04/caffe/0.14/Dockerfile2
-rw-r--r--ubuntu-14.04/caffe/0.15/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/6.5/devel/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/6.5/runtime/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.0/devel/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.0/devel/cudnn2/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.0/devel/cudnn3/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.0/devel/cudnn4/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.0/runtime/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.0/runtime/cudnn2/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.0/runtime/cudnn3/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.0/runtime/cudnn4/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.5/devel/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.5/devel/cudnn3/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.5/devel/cudnn4/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.5/devel/cudnn5/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.5/runtime/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.5/runtime/cudnn3/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.5/runtime/cudnn4/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/7.5/runtime/cudnn5/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/8.0/devel/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/8.0/devel/cudnn5/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/8.0/runtime/Dockerfile2
-rw-r--r--ubuntu-14.04/cuda/8.0/runtime/cudnn5/Dockerfile2
-rw-r--r--ubuntu-14.04/digits/3.0/Dockerfile2
-rw-r--r--ubuntu-14.04/digits/3.3/Dockerfile2
-rw-r--r--ubuntu-14.04/digits/4.0/Dockerfile2
-rw-r--r--ubuntu-14.04/opencl/devel/Dockerfile2
-rw-r--r--ubuntu-14.04/opencl/runtime/Dockerfile2
-rw-r--r--ubuntu-16.04/cuda/8.0/devel/Dockerfile2
-rw-r--r--ubuntu-16.04/cuda/8.0/devel/cudnn5/Dockerfile2
-rw-r--r--ubuntu-16.04/cuda/8.0/runtime/Dockerfile2
-rw-r--r--ubuntu-16.04/cuda/8.0/runtime/cudnn5/Dockerfile2
55 files changed, 55 insertions, 55 deletions
diff --git a/centos-6/cuda/7.5/devel/Dockerfile b/centos-6/cuda/7.5/devel/Dockerfile
index 41cde80..3cd013d 100644
--- a/centos-6/cuda/7.5/devel/Dockerfile
+++ b/centos-6/cuda/7.5/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN yum install -y \
cuda-core-$CUDA_PKG_VERSION \
diff --git a/centos-6/cuda/7.5/devel/cudnn5/Dockerfile b/centos-6/cuda/7.5/devel/cudnn5/Dockerfile
index 3df1cf5..f74872d 100644
--- a/centos-6/cuda/7.5/devel/cudnn5/Dockerfile
+++ b/centos-6/cuda/7.5/devel/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 5
LABEL com.nvidia.cudnn.version="5"
diff --git a/centos-6/cuda/7.5/runtime/Dockerfile b/centos-6/cuda/7.5/runtime/Dockerfile
index 2cedc15..94c9472 100644
--- a/centos-6/cuda/7.5/runtime/Dockerfile
+++ b/centos-6/cuda/7.5/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM centos:6
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/centos-6/cuda/7.5/runtime/cudnn5/Dockerfile b/centos-6/cuda/7.5/runtime/cudnn5/Dockerfile
index 9552c10..579ab23 100644
--- a/centos-6/cuda/7.5/runtime/cudnn5/Dockerfile
+++ b/centos-6/cuda/7.5/runtime/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 5
LABEL com.nvidia.cudnn.version="5"
diff --git a/centos-6/cuda/8.0/devel/Dockerfile b/centos-6/cuda/8.0/devel/Dockerfile
index 2ee437b..8f7ba39 100644
--- a/centos-6/cuda/8.0/devel/Dockerfile
+++ b/centos-6/cuda/8.0/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN yum install -y \
cuda-core-$CUDA_PKG_VERSION \
diff --git a/centos-6/cuda/8.0/devel/cudnn5/Dockerfile b/centos-6/cuda/8.0/devel/cudnn5/Dockerfile
index 4c6d5e7..cae253b 100644
--- a/centos-6/cuda/8.0/devel/cudnn5/Dockerfile
+++ b/centos-6/cuda/8.0/devel/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 5
LABEL com.nvidia.cudnn.version="5"
diff --git a/centos-6/cuda/8.0/runtime/Dockerfile b/centos-6/cuda/8.0/runtime/Dockerfile
index 5c508ea..7b4904e 100644
--- a/centos-6/cuda/8.0/runtime/Dockerfile
+++ b/centos-6/cuda/8.0/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM centos:6
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/centos-6/cuda/8.0/runtime/cudnn5/Dockerfile b/centos-6/cuda/8.0/runtime/cudnn5/Dockerfile
index 0266d32..a7f6eda 100644
--- a/centos-6/cuda/8.0/runtime/cudnn5/Dockerfile
+++ b/centos-6/cuda/8.0/runtime/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 5
LABEL com.nvidia.cudnn.version="5"
diff --git a/centos-7/cuda/7.0/devel/Dockerfile b/centos-7/cuda/7.0/devel/Dockerfile
index 20f011a..77befd9 100644
--- a/centos-7/cuda/7.0/devel/Dockerfile
+++ b/centos-7/cuda/7.0/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN yum install -y \
cuda-core-$CUDA_PKG_VERSION \
diff --git a/centos-7/cuda/7.0/devel/cudnn4/Dockerfile b/centos-7/cuda/7.0/devel/cudnn4/Dockerfile
index b845bfe..b59f524 100644
--- a/centos-7/cuda/7.0/devel/cudnn4/Dockerfile
+++ b/centos-7/cuda/7.0/devel/cudnn4/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.0-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 4
LABEL com.nvidia.cudnn.version="4"
diff --git a/centos-7/cuda/7.0/runtime/Dockerfile b/centos-7/cuda/7.0/runtime/Dockerfile
index 6b6aa84..84ae80f 100644
--- a/centos-7/cuda/7.0/runtime/Dockerfile
+++ b/centos-7/cuda/7.0/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM centos:7
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/centos-7/cuda/7.0/runtime/cudnn4/Dockerfile b/centos-7/cuda/7.0/runtime/cudnn4/Dockerfile
index ed835a1..72d84e7 100644
--- a/centos-7/cuda/7.0/runtime/cudnn4/Dockerfile
+++ b/centos-7/cuda/7.0/runtime/cudnn4/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 4
LABEL com.nvidia.cudnn.version="4"
diff --git a/centos-7/cuda/7.5/devel/Dockerfile b/centos-7/cuda/7.5/devel/Dockerfile
index b5a32d8..5999cf3 100644
--- a/centos-7/cuda/7.5/devel/Dockerfile
+++ b/centos-7/cuda/7.5/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN yum install -y \
cuda-core-$CUDA_PKG_VERSION \
diff --git a/centos-7/cuda/7.5/devel/cudnn4/Dockerfile b/centos-7/cuda/7.5/devel/cudnn4/Dockerfile
index 6a8b97e..774872e 100644
--- a/centos-7/cuda/7.5/devel/cudnn4/Dockerfile
+++ b/centos-7/cuda/7.5/devel/cudnn4/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 4
LABEL com.nvidia.cudnn.version="4"
diff --git a/centos-7/cuda/7.5/devel/cudnn5/Dockerfile b/centos-7/cuda/7.5/devel/cudnn5/Dockerfile
index d91fb3a..cd071ab 100644
--- a/centos-7/cuda/7.5/devel/cudnn5/Dockerfile
+++ b/centos-7/cuda/7.5/devel/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 5
LABEL com.nvidia.cudnn.version="5"
diff --git a/centos-7/cuda/7.5/runtime/Dockerfile b/centos-7/cuda/7.5/runtime/Dockerfile
index 3cdd6e1..25ceee9 100644
--- a/centos-7/cuda/7.5/runtime/Dockerfile
+++ b/centos-7/cuda/7.5/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM centos:7
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/centos-7/cuda/7.5/runtime/cudnn4/Dockerfile b/centos-7/cuda/7.5/runtime/cudnn4/Dockerfile
index 2c693e2..adc8ddc 100644
--- a/centos-7/cuda/7.5/runtime/cudnn4/Dockerfile
+++ b/centos-7/cuda/7.5/runtime/cudnn4/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 4
LABEL com.nvidia.cudnn.version="4"
diff --git a/centos-7/cuda/7.5/runtime/cudnn5/Dockerfile b/centos-7/cuda/7.5/runtime/cudnn5/Dockerfile
index aea5bfa..05ed2e9 100644
--- a/centos-7/cuda/7.5/runtime/cudnn5/Dockerfile
+++ b/centos-7/cuda/7.5/runtime/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 5
LABEL com.nvidia.cudnn.version="5"
diff --git a/centos-7/cuda/8.0/devel/Dockerfile b/centos-7/cuda/8.0/devel/Dockerfile
index 2ee437b..8f7ba39 100644
--- a/centos-7/cuda/8.0/devel/Dockerfile
+++ b/centos-7/cuda/8.0/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN yum install -y \
cuda-core-$CUDA_PKG_VERSION \
diff --git a/centos-7/cuda/8.0/devel/cudnn5/Dockerfile b/centos-7/cuda/8.0/devel/cudnn5/Dockerfile
index 16a1195..27a99d2 100644
--- a/centos-7/cuda/8.0/devel/cudnn5/Dockerfile
+++ b/centos-7/cuda/8.0/devel/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 5
LABEL com.nvidia.cudnn.version="5"
diff --git a/centos-7/cuda/8.0/runtime/Dockerfile b/centos-7/cuda/8.0/runtime/Dockerfile
index 8c5b1cf..fbecbbd 100644
--- a/centos-7/cuda/8.0/runtime/Dockerfile
+++ b/centos-7/cuda/8.0/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM centos:7
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/centos-7/cuda/8.0/runtime/cudnn5/Dockerfile b/centos-7/cuda/8.0/runtime/cudnn5/Dockerfile
index 0cdea5c..5acb368 100644
--- a/centos-7/cuda/8.0/runtime/cudnn5/Dockerfile
+++ b/centos-7/cuda/8.0/runtime/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CUDNN_VERSION 5
LABEL com.nvidia.cudnn.version="5"
diff --git a/ubuntu-14.04/caffe/0.14/Dockerfile b/ubuntu-14.04/caffe/0.14/Dockerfile
index 044728a..171bf2c 100644
--- a/ubuntu-14.04/caffe/0.14/Dockerfile
+++ b/ubuntu-14.04/caffe/0.14/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-cudnn5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CAFFE_VERSION 0.14
LABEL com.nvidia.caffe.version="0.14"
diff --git a/ubuntu-14.04/caffe/0.15/Dockerfile b/ubuntu-14.04/caffe/0.15/Dockerfile
index ec8d06f..668b06e 100644
--- a/ubuntu-14.04/caffe/0.15/Dockerfile
+++ b/ubuntu-14.04/caffe/0.15/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-cudnn5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV CAFFE_VERSION 0.15
LABEL com.nvidia.caffe.version="0.15"
diff --git a/ubuntu-14.04/cuda/6.5/devel/Dockerfile b/ubuntu-14.04/cuda/6.5/devel/Dockerfile
index 965335a..7ab6be1 100644
--- a/ubuntu-14.04/cuda/6.5/devel/Dockerfile
+++ b/ubuntu-14.04/cuda/6.5/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:6.5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y --no-install-recommends \
cuda-core-$CUDA_PKG_VERSION \
diff --git a/ubuntu-14.04/cuda/6.5/runtime/Dockerfile b/ubuntu-14.04/cuda/6.5/runtime/Dockerfile
index 7644bf8..dbd8fd5 100644
--- a/ubuntu-14.04/cuda/6.5/runtime/Dockerfile
+++ b/ubuntu-14.04/cuda/6.5/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM ubuntu:14.04
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/ubuntu-14.04/cuda/7.0/devel/Dockerfile b/ubuntu-14.04/cuda/7.0/devel/Dockerfile
index 63cb7dd..2599395 100644
--- a/ubuntu-14.04/cuda/7.0/devel/Dockerfile
+++ b/ubuntu-14.04/cuda/7.0/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y --no-install-recommends \
cuda-core-$CUDA_PKG_VERSION \
diff --git a/ubuntu-14.04/cuda/7.0/devel/cudnn2/Dockerfile b/ubuntu-14.04/cuda/7.0/devel/cudnn2/Dockerfile
index a58c291..f98b704 100644
--- a/ubuntu-14.04/cuda/7.0/devel/cudnn2/Dockerfile
+++ b/ubuntu-14.04/cuda/7.0/devel/cudnn2/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.0-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y \
curl && \
diff --git a/ubuntu-14.04/cuda/7.0/devel/cudnn3/Dockerfile b/ubuntu-14.04/cuda/7.0/devel/cudnn3/Dockerfile
index ae28d9d..fa9b6c9 100644
--- a/ubuntu-14.04/cuda/7.0/devel/cudnn3/Dockerfile
+++ b/ubuntu-14.04/cuda/7.0/devel/cudnn3/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.0-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y \
curl && \
diff --git a/ubuntu-14.04/cuda/7.0/devel/cudnn4/Dockerfile b/ubuntu-14.04/cuda/7.0/devel/cudnn4/Dockerfile
index bf59ce2..b4f0c69 100644
--- a/ubuntu-14.04/cuda/7.0/devel/cudnn4/Dockerfile
+++ b/ubuntu-14.04/cuda/7.0/devel/cudnn4/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.0-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN echo "deb http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64 /" > /etc/apt/sources.list.d/nvidia-ml.list
diff --git a/ubuntu-14.04/cuda/7.0/runtime/Dockerfile b/ubuntu-14.04/cuda/7.0/runtime/Dockerfile
index d9d151e..fa5e44d 100644
--- a/ubuntu-14.04/cuda/7.0/runtime/Dockerfile
+++ b/ubuntu-14.04/cuda/7.0/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM ubuntu:14.04
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/ubuntu-14.04/cuda/7.0/runtime/cudnn2/Dockerfile b/ubuntu-14.04/cuda/7.0/runtime/cudnn2/Dockerfile
index e8b0b5a..4f68ef1 100644
--- a/ubuntu-14.04/cuda/7.0/runtime/cudnn2/Dockerfile
+++ b/ubuntu-14.04/cuda/7.0/runtime/cudnn2/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y \
curl && \
diff --git a/ubuntu-14.04/cuda/7.0/runtime/cudnn3/Dockerfile b/ubuntu-14.04/cuda/7.0/runtime/cudnn3/Dockerfile
index 9a37f82..b320f6b 100644
--- a/ubuntu-14.04/cuda/7.0/runtime/cudnn3/Dockerfile
+++ b/ubuntu-14.04/cuda/7.0/runtime/cudnn3/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y \
curl && \
diff --git a/ubuntu-14.04/cuda/7.0/runtime/cudnn4/Dockerfile b/ubuntu-14.04/cuda/7.0/runtime/cudnn4/Dockerfile
index 8d465ef..dadb2da 100644
--- a/ubuntu-14.04/cuda/7.0/runtime/cudnn4/Dockerfile
+++ b/ubuntu-14.04/cuda/7.0/runtime/cudnn4/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN echo "deb http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64 /" > /etc/apt/sources.list.d/nvidia-ml.list
diff --git a/ubuntu-14.04/cuda/7.5/devel/Dockerfile b/ubuntu-14.04/cuda/7.5/devel/Dockerfile
index bcbe239..d57f586 100644
--- a/ubuntu-14.04/cuda/7.5/devel/Dockerfile
+++ b/ubuntu-14.04/cuda/7.5/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y --no-install-recommends \
cuda-core-$CUDA_PKG_VERSION \
diff --git a/ubuntu-14.04/cuda/7.5/devel/cudnn3/Dockerfile b/ubuntu-14.04/cuda/7.5/devel/cudnn3/Dockerfile
index a6f91d0..6bd42d7 100644
--- a/ubuntu-14.04/cuda/7.5/devel/cudnn3/Dockerfile
+++ b/ubuntu-14.04/cuda/7.5/devel/cudnn3/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y \
curl && \
diff --git a/ubuntu-14.04/cuda/7.5/devel/cudnn4/Dockerfile b/ubuntu-14.04/cuda/7.5/devel/cudnn4/Dockerfile
index 4204dc0..b69f318 100644
--- a/ubuntu-14.04/cuda/7.5/devel/cudnn4/Dockerfile
+++ b/ubuntu-14.04/cuda/7.5/devel/cudnn4/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN echo "deb http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64 /" > /etc/apt/sources.list.d/nvidia-ml.list
diff --git a/ubuntu-14.04/cuda/7.5/devel/cudnn5/Dockerfile b/ubuntu-14.04/cuda/7.5/devel/cudnn5/Dockerfile
index 6b116c3..995a661 100644
--- a/ubuntu-14.04/cuda/7.5/devel/cudnn5/Dockerfile
+++ b/ubuntu-14.04/cuda/7.5/devel/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN echo "deb http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64 /" > /etc/apt/sources.list.d/nvidia-ml.list
diff --git a/ubuntu-14.04/cuda/7.5/runtime/Dockerfile b/ubuntu-14.04/cuda/7.5/runtime/Dockerfile
index eff857a..9b3f38f 100644
--- a/ubuntu-14.04/cuda/7.5/runtime/Dockerfile
+++ b/ubuntu-14.04/cuda/7.5/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM ubuntu:14.04
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/ubuntu-14.04/cuda/7.5/runtime/cudnn3/Dockerfile b/ubuntu-14.04/cuda/7.5/runtime/cudnn3/Dockerfile
index 35337ba..50b68f5 100644
--- a/ubuntu-14.04/cuda/7.5/runtime/cudnn3/Dockerfile
+++ b/ubuntu-14.04/cuda/7.5/runtime/cudnn3/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y \
curl && \
diff --git a/ubuntu-14.04/cuda/7.5/runtime/cudnn4/Dockerfile b/ubuntu-14.04/cuda/7.5/runtime/cudnn4/Dockerfile
index 2a1c2c1..84c0667 100644
--- a/ubuntu-14.04/cuda/7.5/runtime/cudnn4/Dockerfile
+++ b/ubuntu-14.04/cuda/7.5/runtime/cudnn4/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN echo "deb http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64 /" > /etc/apt/sources.list.d/nvidia-ml.list
diff --git a/ubuntu-14.04/cuda/7.5/runtime/cudnn5/Dockerfile b/ubuntu-14.04/cuda/7.5/runtime/cudnn5/Dockerfile
index 5afaa6d..594e4f1 100644
--- a/ubuntu-14.04/cuda/7.5/runtime/cudnn5/Dockerfile
+++ b/ubuntu-14.04/cuda/7.5/runtime/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:7.5-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN echo "deb http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64 /" > /etc/apt/sources.list.d/nvidia-ml.list
diff --git a/ubuntu-14.04/cuda/8.0/devel/Dockerfile b/ubuntu-14.04/cuda/8.0/devel/Dockerfile
index b3befb8..ca50e8b 100644
--- a/ubuntu-14.04/cuda/8.0/devel/Dockerfile
+++ b/ubuntu-14.04/cuda/8.0/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y --no-install-recommends \
cuda-core-$CUDA_PKG_VERSION \
diff --git a/ubuntu-14.04/cuda/8.0/devel/cudnn5/Dockerfile b/ubuntu-14.04/cuda/8.0/devel/cudnn5/Dockerfile
index 631eb04..2d04d2f 100644
--- a/ubuntu-14.04/cuda/8.0/devel/cudnn5/Dockerfile
+++ b/ubuntu-14.04/cuda/8.0/devel/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y \
curl && \
diff --git a/ubuntu-14.04/cuda/8.0/runtime/Dockerfile b/ubuntu-14.04/cuda/8.0/runtime/Dockerfile
index c39e1c6..d33861e 100644
--- a/ubuntu-14.04/cuda/8.0/runtime/Dockerfile
+++ b/ubuntu-14.04/cuda/8.0/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM ubuntu:14.04
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/ubuntu-14.04/cuda/8.0/runtime/cudnn5/Dockerfile b/ubuntu-14.04/cuda/8.0/runtime/cudnn5/Dockerfile
index 59e6364..b39dd1e 100644
--- a/ubuntu-14.04/cuda/8.0/runtime/cudnn5/Dockerfile
+++ b/ubuntu-14.04/cuda/8.0/runtime/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y \
curl && \
diff --git a/ubuntu-14.04/digits/3.0/Dockerfile b/ubuntu-14.04/digits/3.0/Dockerfile
index 473ccf1..13cc9b2 100644
--- a/ubuntu-14.04/digits/3.0/Dockerfile
+++ b/ubuntu-14.04/digits/3.0/Dockerfile
@@ -1,5 +1,5 @@
FROM caffe:0.14
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV DIGITS_VERSION 3.0
LABEL com.nvidia.digits.version="3.0"
diff --git a/ubuntu-14.04/digits/3.3/Dockerfile b/ubuntu-14.04/digits/3.3/Dockerfile
index 25e08c3..4c9847b 100644
--- a/ubuntu-14.04/digits/3.3/Dockerfile
+++ b/ubuntu-14.04/digits/3.3/Dockerfile
@@ -1,5 +1,5 @@
FROM caffe:0.14
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
# workaround: gcc and libhdf5-dev are dependencies that are currently missing from the torch package
RUN apt-get update && apt-get install -y --no-install-recommends \
diff --git a/ubuntu-14.04/digits/4.0/Dockerfile b/ubuntu-14.04/digits/4.0/Dockerfile
index caaad73..8fe1138 100644
--- a/ubuntu-14.04/digits/4.0/Dockerfile
+++ b/ubuntu-14.04/digits/4.0/Dockerfile
@@ -1,5 +1,5 @@
FROM caffe:0.15
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
ENV DIGITS_VERSION 4.0
LABEL com.nvidia.digits.version="4.0"
diff --git a/ubuntu-14.04/opencl/devel/Dockerfile b/ubuntu-14.04/opencl/devel/Dockerfile
index c868d0d..27f29ff 100644
--- a/ubuntu-14.04/opencl/devel/Dockerfile
+++ b/ubuntu-14.04/opencl/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM opencl:runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y --no-install-recommends \
clinfo \
diff --git a/ubuntu-14.04/opencl/runtime/Dockerfile b/ubuntu-14.04/opencl/runtime/Dockerfile
index 43b0fc8..7166f34 100644
--- a/ubuntu-14.04/opencl/runtime/Dockerfile
+++ b/ubuntu-14.04/opencl/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM ubuntu:14.04
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/ubuntu-16.04/cuda/8.0/devel/Dockerfile b/ubuntu-16.04/cuda/8.0/devel/Dockerfile
index b3befb8..ca50e8b 100644
--- a/ubuntu-16.04/cuda/8.0/devel/Dockerfile
+++ b/ubuntu-16.04/cuda/8.0/devel/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y --no-install-recommends \
cuda-core-$CUDA_PKG_VERSION \
diff --git a/ubuntu-16.04/cuda/8.0/devel/cudnn5/Dockerfile b/ubuntu-16.04/cuda/8.0/devel/cudnn5/Dockerfile
index 631eb04..2d04d2f 100644
--- a/ubuntu-16.04/cuda/8.0/devel/cudnn5/Dockerfile
+++ b/ubuntu-16.04/cuda/8.0/devel/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-devel
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y \
curl && \
diff --git a/ubuntu-16.04/cuda/8.0/runtime/Dockerfile b/ubuntu-16.04/cuda/8.0/runtime/Dockerfile
index a2e9482..fedd8e9 100644
--- a/ubuntu-16.04/cuda/8.0/runtime/Dockerfile
+++ b/ubuntu-16.04/cuda/8.0/runtime/Dockerfile
@@ -1,5 +1,5 @@
FROM ubuntu:16.04
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
LABEL com.nvidia.volumes.needed="nvidia_driver"
diff --git a/ubuntu-16.04/cuda/8.0/runtime/cudnn5/Dockerfile b/ubuntu-16.04/cuda/8.0/runtime/cudnn5/Dockerfile
index 59e6364..b39dd1e 100644
--- a/ubuntu-16.04/cuda/8.0/runtime/cudnn5/Dockerfile
+++ b/ubuntu-16.04/cuda/8.0/runtime/cudnn5/Dockerfile
@@ -1,5 +1,5 @@
FROM cuda:8.0-runtime
-MAINTAINER NVIDIA CORPORATION <digits@nvidia.com>
+LABEL maintainer "NVIDIA CORPORATION <cudatools@nvidia.com>"
RUN apt-get update && apt-get install -y \
curl && \