From df90324dc96a8711910bd62d29387ab3f11008a2 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 7 Feb 2018 13:24:51 +0100 Subject: [PATCH] Use libatlas with cblas instead of libblas and liblapack --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8a9c72c..daf3608 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ curl \ gcc \ jq \ + libatlas-base-dev \ libc-dev \ libevent-dev \ - liblapack-dev \ - libopenblas-dev \ libssl-dev xz-utils \ && update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20 \ && update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10