From db790fff7a479a677bae6b0f0d4535de3f0feeee Mon Sep 17 00:00:00 2001 From: minqiyang Date: Thu, 27 Sep 2018 19:53:38 +0800 Subject: [PATCH] Activate test test=develop --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2394e16c22..3affe41016a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY ./paddle/scripts/docker/root/ /root/ RUN apt-get update && \ apt-get install -y --allow-downgrades patchelf \ git python-pip python-dev python-opencv openssh-server bison \ - python3 python3-dev python3-pip \ + python3 python3-pip python3-dev \ 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 \ -- GitLab