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.
2 parents 887325d + 1fd3381 commit dd421ddCopy full SHA for dd421dd
docker/Dockerfile.docs
@@ -1,10 +1,10 @@
1
-FROM nvcr.io/nvidia/tensorrt:20.10-py3
+FROM nvcr.io/nvidia/tensorrt:21.02-py3
2
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-9
7
-RUN ln -s /usr/bin/bazel-3.7.1 /usr/bin/bazel
+RUN apt-get update && apt-get install -y bazel-4.0.0 clang-format-9
+RUN ln -s /usr/bin/bazel-4.0.0 /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
0 commit comments