Update RBE CPU Dockerfile with instructions on how to build/push.

PiperOrigin-RevId: 227853285
This commit is contained in:
A. Unique TensorFlower 2019-01-04 07:27:10 -08:00 committed by TensorFlower Gardener
parent 8e4ca33c8b
commit 0bc20afeec

View File

@ -1,3 +1,8 @@
# To push a new version, run:
# $ docker build -f Dockerfile.rbe.cpu \
# --tag "gcr.io/tensorflow-testing/nosla-ubuntu16.04" .
# $ docker push gcr.io/tensorflow-testing/nosla-ubuntu16.04
FROM launcher.gcr.io/google/rbe-ubuntu16-04:r327695
LABEL maintainer="Yu Yi <yiyu@google.com>"