未验证 提交 c39d9f7d 编写于 作者: U Umedzhon Abdumuminov 提交者: GitHub

Merge pull request #48 from kumarpus/fix-build

Fixed docker build script
...@@ -20,7 +20,6 @@ fi ...@@ -20,7 +20,6 @@ fi
BASEDIR=$(dirname "$0") BASEDIR=$(dirname "$0")
docker build -f ${BASEDIR}/${dockerfile} -t gst-video-analytics:$tag \ docker build -f ${BASEDIR}/${dockerfile} -t gst-video-analytics:$tag \
--build-arg http_proxy=${HTTP_PROXY} \ --build-arg http_proxy=${HTTP_PROXY:-$http_proxy} \
--build-arg https_proxy=${HTTPS_PROXY} \ --build-arg https_proxy=${HTTPS_PROXY:-$https_proxy} \
--build-arg dldt=${dldt} \
${BASEDIR}/.. ${BASEDIR}/..
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册