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 8337057 commit a902b8bCopy full SHA for a902b8b
tools/manylinux1/Dockerfile.x64
@@ -16,7 +16,7 @@ ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
16
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
+ bash build_scripts/install_nccl2.sh && rm -rf build_scripts
20
21
ENV SSL_CERT_FILE=/opt/_internal/certs.pem
22
0 commit comments