File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV PATH /opt/rh/devtoolset-2/root/usr/bin:$PATH
13
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
14
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
15
15
16
- RUN yum install -y sqlite-devel zlib-devel openssl-devel pcre-devel vim tk-devel tkinter libtool xz graphviz
16
+ RUN yum install -y sqlite-devel zlib-devel openssl-devel pcre-devel vim tk-devel tkinter libtool xz freetype-devel libpng-devel graphviz
17
17
COPY build_scripts /build_scripts
18
18
RUN bash build_scripts/build.sh && \
19
19
bash build_scripts/install_nccl2.sh && rm -r build_scripts
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ curl-config --features
105
105
rm -rf /usr/local/ssl
106
106
107
107
# Install patchelf (latest with unreleased bug fixes)
108
- curl -sLO https ://nipy.bic.berkeley.edu/manylinux/patchelf-0.9njs2.tar.gz
108
+ curl -sLO http ://nipy.bic.berkeley.edu/manylinux/patchelf-0.9njs2.tar.gz
109
109
check_sha256sum patchelf-0.9njs2.tar.gz $PATCHELF_HASH
110
110
tar -xzf patchelf-0.9njs2.tar.gz
111
111
(cd patchelf-0.9njs2 && ./configure && make && make install)
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ for sub_deb in $DEBS; do
21
21
ar x $sub_deb && tar xf data.tar.xz
22
22
done
23
23
mv -f usr/include/nccl.h /usr/local/include/
24
- mv -f usr/lib/libnccl* /usr/local/lib/
24
+ mv -f usr/lib/x86_64-linux-gnu/ libnccl* /usr/local/lib/
25
25
rm -rf $DIR
You can’t perform that action at this time.
0 commit comments