From 563a8a5ce0f9583ccfcbda97a9b0c9fd8d3620d0 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 12 May 2020 11:32:47 -0700 Subject: [PATCH] Add bz2-devel so python will be compiled with bz2 support. PiperOrigin-RevId: 311167882 Change-Id: Ideeb21ae9bd8507d0e2cad4c95d4e81fb0d344fa --- ...rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tensorflow/tools/ci_build/Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython b/tensorflow/tools/ci_build/Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython index 2e520f62cde..9c85091563e 100644 --- a/tensorflow/tools/ci_build/Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython +++ b/tensorflow/tools/ci_build/Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython @@ -59,11 +59,12 @@ RUN /install/install_deb_packages.sh # - dependencies to build Python from source # - patchelf, as it is required by auditwheel RUN apt-get update && apt-get install -y \ - libncurses5-dev \ + libbz2-dev \ + libffi-dev \ libgdbm-dev \ + libncurses5-dev \ libnss3-dev \ libreadline-dev \ - libffi-dev \ patchelf \ && \ rm -rf /var/lib/apt/lists/*