Change MAINTAINER to LABEL since the former is deprecated (#164)

This commit is contained in:
Benjamin 2017-10-25 04:31:13 +02:00 committed by Greg Steuck
parent a8405d15a2
commit 0391c2dbb7
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
# flexibility.
FROM tensorflow/tensorflow:1.3.0
MAINTAINER TensorFlow authors <tensorflow-haskell@googlegroups.com>
LABEL maintainer="TensorFlow authors <tensorflow-haskell@googlegroups.com>"
# The build context directory is the top of the tensorflow-haskell
# tree.

View File

@ -1,7 +1,7 @@
# Prepare the image with:
# docker build -t tensorflow/haskell:v0 docker
FROM tensorflow/tensorflow:1.3.0
MAINTAINER TensorFlow authors <tensorflow-haskell@googlegroups.com>
LABEL maintainer="TensorFlow authors <tensorflow-haskell@googlegroups.com>"
RUN apt-get update

View File

@ -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 <tensorflow-haskell@googlegroups.com>
LABEL maintainer="TensorFlow authors <tensorflow-haskell@googlegroups.com>"
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
ENV LANG en_US.UTF-8