Skip to content

Commit

Permalink
Minor update for clarity (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmack authored Apr 22, 2022
1 parent ed9c0d4 commit 2a7854d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/build_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ echo " PYTHON_VER : ${PYTHON_VER}"
echo " TENSORRT_VERSION: ${TENSORRT_VERSION}"
echo " NEO_GIT_URL : ${NEO_GIT_URL}"
echo ""
echo " COMMAND: docker build ${DOCKER_ARGS} -f docker/Dockerfile ."
echo " COMMAND: docker buildx build ${DOCKER_ARGS} -f docker/Dockerfile ."
echo " Note: add '--progress plain' to DOCKER_ARGS to show all container build output"

docker buildx build ${DOCKER_ARGS} -f docker/Dockerfile .

0 comments on commit 2a7854d

Please sign in to comment.