Merge pull request #215 from michaelmayer2/openblas-focal
OpenBLAS support for Ubuntu 20.04 (Focal)
This commit is contained in:
commit
44eb2eff06
2 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ RUN set -x \
|
|||
&& sed -i "s|# deb-src|deb-src|g" /etc/apt/sources.list \
|
||||
&& export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y curl libblas-dev libcurl4-openssl-dev libicu-dev liblapack-dev libpcre2-dev wget python3-pip \
|
||||
&& apt-get install -y curl libopenblas-dev libcurl4-openssl-dev libicu-dev liblapack-dev libpcre2-dev wget python3-pip \
|
||||
&& apt-get build-dep -y r-base
|
||||
|
||||
RUN pip3 install awscli
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ depends:
|
|||
- gcc
|
||||
- gfortran
|
||||
- libbz2-dev
|
||||
- libblas-dev
|
||||
- libc6
|
||||
- libcairo2
|
||||
- libcurl4
|
||||
|
|
@ -39,7 +38,7 @@ depends:
|
|||
- libgomp1
|
||||
- libicu-dev
|
||||
- libjpeg8
|
||||
- liblapack-dev
|
||||
- libopenblas-dev
|
||||
- liblzma-dev
|
||||
- libpango-1.0-0
|
||||
- libpangocairo-1.0-0
|
||||
|
|
|
|||
Loading…
Reference in a new issue