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 6455f9b commit e11e421Copy full SHA for e11e421
docker/Dockerfile
@@ -173,6 +173,7 @@ RUN curl -L $BAZEL_URL -o /usr/local/bin/bazel \
173
&& chmod +x /usr/local/bin/bazel
174
RUN yum install -y wget nasm rdma-core-devel rsync gdb ninja-build openblas-static devtoolset-7-gcc* vim ccache htop fuse-devel
175
RUN yum install -y devtoolset-10-libasan-devel devtoolset-10-libubsan-devel devtoolset-10-libtsan-devel
176
+RUN yum install -y perl-IPC-Cmd
177
178
RUN wget https://github.com/Oneflow-Inc/llvm-project/releases/download/maybe-14.0.4/clang-tidy-14.AppImage -O /usr/local/bin/clangd && \
179
chmod +x /usr/local/bin/clangd
0 commit comments