remove interactive options from the docker command line.

PiperOrigin-RevId: 329731249
Change-Id: I6ae873cb8f3f41ec0372c8f7a3e60f1861aceedd
This commit is contained in:
Pankaj Kanwar 2020-09-02 09:48:54 -07:00 committed by TensorFlower Gardener
parent b74e5b53ed
commit d830e92434

View File

@ -19,7 +19,7 @@ set -e
cd tensorflow/tools/ci_build
docker build -t horovod_test_container:latest -f Dockerfile.horovod.gpu .
docker run -it --rm \
docker run --rm \
--gpus all \
--shm-size=2g --ulimit memlock=-1 --ulimit stack=67108864 \
horovod_test_container:latest bash -c "python3.7 -m pytest"