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 690625f + ff97c70 commit 56b50eeCopy full SHA for 56b50ee
tools/manylinux1/Dockerfile.x64
@@ -13,7 +13,7 @@ ENV PATH /opt/rh/devtoolset-2/root/usr/bin:$PATH
13
ENV LD_LIBRARY_PATH /opt/rh/devtoolset-2/root/usr/lib64:/opt/rh/devtoolset-2/root/usr/lib:/usr/local/lib64:/usr/local/lib:${LD_LIBRARY_PATH}
14
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
15
16
-RUN yum install -y sqlite-devel zlib-devel openssl-devel pcre-devel vim tk-devel tkinter libtool xz
+RUN yum install -y sqlite-devel zlib-devel openssl-devel pcre-devel vim tk-devel tkinter libtool xz graphviz
17
COPY build_scripts /build_scripts
18
RUN bash build_scripts/build.sh && \
19
bash build_scripts/install_nccl2.sh && rm -r build_scripts
0 commit comments