From 4dc2bc9ddd876ab132bf69c1acc833e130a104f5 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Mon, 18 May 2020 15:32:55 +0800 Subject: [PATCH] Del cuda8 nccl2 (#24600) --- tools/manylinux1/Dockerfile.cuda10_cudnn7_gcc48_ubuntu16 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/manylinux1/Dockerfile.cuda10_cudnn7_gcc48_ubuntu16 b/tools/manylinux1/Dockerfile.cuda10_cudnn7_gcc48_ubuntu16 index 09026ef925..6f7623e35d 100644 --- a/tools/manylinux1/Dockerfile.cuda10_cudnn7_gcc48_ubuntu16 +++ b/tools/manylinux1/Dockerfile.cuda10_cudnn7_gcc48_ubuntu16 @@ -50,14 +50,12 @@ RUN wget -q https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz && \ tar -xzf Python-3.7.0.tgz && cd Python-3.7.0 && \ CFLAGS="-Wformat" ./configure --prefix=/usr/local/ --enable-shared > /dev/null && \ make -j8 > /dev/null && make altinstall > /dev/null - RUN rm -r /root/python_build RUN apt-get update && \ apt-get install -y --allow-downgrades --allow-change-held-packages \ patchelf python3 python3-dev python3-pip \ git python-pip python-dev python-opencv openssh-server bison \ - libnccl2=2.1.2-1+cuda8.0 libnccl-dev=2.1.2-1+cuda8.0 \ wget unzip unrar tar xz-utils bzip2 gzip coreutils ntp \ curl sed grep graphviz libjpeg-dev zlib1g-dev \ python-matplotlib gcc-4.8 g++-4.8 \ -- GitLab