Skip to content

Commit 56b50ee

Browse files
authored
Merge pull request #12443 from typhoonzero/fix_tests_on_gcc482
Fix tests on gcc482
2 parents 690625f + ff97c70 commit 56b50ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/manylinux1/Dockerfile.x64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV PATH /opt/rh/devtoolset-2/root/usr/bin:$PATH
1313
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}
1414
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
1515

16-
RUN yum install -y sqlite-devel zlib-devel openssl-devel pcre-devel vim tk-devel tkinter libtool xz
16+
RUN yum install -y sqlite-devel zlib-devel openssl-devel pcre-devel vim tk-devel tkinter libtool xz graphviz
1717
COPY build_scripts /build_scripts
1818
RUN bash build_scripts/build.sh && \
1919
bash build_scripts/install_nccl2.sh && rm -r build_scripts

0 commit comments

Comments
 (0)