1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 02:53:35 +02:00

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