From 359e0cf93605e781e0069747fcb1dc36f68c6073 Mon Sep 17 00:00:00 2001 From: Toru Ogawa Date: Tue, 2 Apr 2019 07:25:49 +0900 Subject: [PATCH] change order --- .pfnci/examples_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pfnci/examples_tests.sh b/.pfnci/examples_tests.sh index 13f5103a0e..f81a0ad2ac 100644 --- a/.pfnci/examples_tests.sh +++ b/.pfnci/examples_tests.sh @@ -14,13 +14,12 @@ curl -L https://cloud.githubusercontent.com/assets/2062128/26187667/9cb236da-3bd docker run --runtime=nvidia --interactive --rm \ --volume $(pwd):/chainercv/ --workdir /chainercv/ \ --volume ${TEMP}/.chainer/:/root/.chainer/ \ - --volume ${TEMP}/sample.jpg:/sample.jpg \ + --volume ${TEMP}/sample.jpg:/sample.jpg --env SAMPLE_IMAGE=/sample.jpg \ --env PYTHON=python${PYTHON} \ --env MPIEXEC='mpiexec -n 2 --allow-run-as-root' \ --env MPLBACKEND=agg \ --env CHAINERCV_DOWNLOAD_REPORT=OFF \ --env PFNCI_SKIP='echo SKIP:' \ - --env SAMPLE_IMAGE=/sample.jpg \ ${DOCKER_IMAGE} \ sh -ex << EOD pip${PYTHON} install --user -e .