Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuyume committed Apr 1, 2019
1 parent 09f63d8 commit 359e0cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pfnci/examples_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 359e0cf

Please sign in to comment.