mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +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.
|
||||
|
||||
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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue