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

change MAINTAINER to LABEL

This commit is contained in:
Benjamin 2017-10-22 10:39:31 +02:00
parent a8405d15a2
commit 9bf6f6e357

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