mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 11:29:43 +01:00
Change MAINTAINER to LABEL since the former is deprecated (#164)
This commit is contained in:
parent
a8405d15a2
commit
0391c2dbb7
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
# flexibility.
|
# flexibility.
|
||||||
|
|
||||||
FROM tensorflow/tensorflow:1.3.0
|
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
|
# The build context directory is the top of the tensorflow-haskell
|
||||||
# tree.
|
# tree.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Prepare the image with:
|
# Prepare the image with:
|
||||||
# docker build -t tensorflow/haskell:v0 docker
|
# docker build -t tensorflow/haskell:v0 docker
|
||||||
FROM tensorflow/tensorflow:1.3.0
|
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
|
RUN apt-get update
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Prepare the image with:
|
# Prepare the image with:
|
||||||
# docker build -t tensorflow/haskell:1.3.0-gpu docker/gpu
|
# docker build -t tensorflow/haskell:1.3.0-gpu docker/gpu
|
||||||
FROM gcr.io/tensorflow/tensorflow:1.3.0-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
|
RUN apt-get update
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue