diff --git a/ci_build/Dockerfile b/ci_build/Dockerfile index 9a89496..6ea9bc2 100644 --- a/ci_build/Dockerfile +++ b/ci_build/Dockerfile @@ -4,7 +4,7 @@ # flexibility. FROM tensorflow/tensorflow:1.3.0 -MAINTAINER TensorFlow authors +LABEL maintainer="TensorFlow authors " # The build context directory is the top of the tensorflow-haskell # tree. diff --git a/docker/Dockerfile b/docker/Dockerfile index 01daa4a..c820beb 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # Prepare the image with: # docker build -t tensorflow/haskell:v0 docker FROM tensorflow/tensorflow:1.3.0 -MAINTAINER TensorFlow authors +LABEL maintainer="TensorFlow authors " RUN apt-get update diff --git a/docker/gpu/Dockerfile b/docker/gpu/Dockerfile index ddd36fa..2798f06 100644 --- a/docker/gpu/Dockerfile +++ b/docker/gpu/Dockerfile @@ -1,7 +1,7 @@ # Prepare the image with: # docker build -t tensorflow/haskell:1.3.0-gpu docker/gpu FROM gcr.io/tensorflow/tensorflow:1.3.0-gpu -MAINTAINER TensorFlow authors +LABEL maintainer="TensorFlow authors " RUN apt-get update @@ -31,4 +31,4 @@ RUN \ tar zxf libtensorflow-gpu-linux-x86_64-1.3.0.tar.gz -C /usr/local && \ ldconfig -ENV LANG en_US.UTF-8 \ No newline at end of file +ENV LANG en_US.UTF-8