Skip to content

Commit

Permalink
Update Dockerfile (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhao Lufan <zhao.lufan30@zte.com.cn>

Co-authored-by: Zhao Lufan <zhao.lufan30@zte.com.cn>
  • Loading branch information
EFanZh and Zhao Lufan committed May 15, 2020
1 parent ed17586 commit e079dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN . /etc/os-release && \
cuda-cusparse-dev-10-0 \
cuda-nvml-dev-10-0 \
cuda-nvrtc-10-0 \
default-jdk-headless \
flake8 \
git \
"intel-openvino-ie-rt-core-$ID-$VERSION_CODENAME-2019.3.344" \
Expand All @@ -58,5 +59,5 @@ RUN . /etc/os-release && \
RUN apt-mark hold libcudnn7 libcudnn7-dev libnvinfer7 libnvinfer-dev libnvonnxparsers7 libnvonnxparsers-dev

RUN python3 -c 'import shutil, sys, urllib.request; shutil.copyfileobj(urllib.request.urlopen(sys.argv[1]), sys.stdout.buffer)' \
https://github.com/bazelbuild/buildtools/releases/download/2.2.1/buildifier > /usr/local/bin/buildifier && \
https://github.com/bazelbuild/buildtools/releases/download/3.0.0/buildifier > /usr/local/bin/buildifier && \
chmod +x /usr/local/bin/buildifier

0 comments on commit e079dfc

Please sign in to comment.