We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df63467 commit 2be8ef9Copy full SHA for 2be8ef9
docker/Dockerfile.docs
@@ -3,8 +3,9 @@ FROM nvcr.io/nvidia/tensorrt:20.10-py3
3
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
4
RUN echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list
5
6
-RUN apt-get update && apt-get install -y bazel-3.7.1 clang-format
+RUN apt-get update && apt-get install -y bazel-3.7.1 clang-format-9
7
RUN ln -s /usr/bin/bazel-3.7.1 /usr/bin/bazel
8
+RUN ln -s $(which clang-format-9) /usr/bin/clang-format
9
10
# Workaround for bazel expecting both static and shared versions, we only use shared libraries inside container
11
RUN cp /usr/lib/x86_64-linux-gnu/libnvinfer.so /usr/lib/x86_64-linux-gnu/libnvinfer_static.a
0 commit comments