Add libglpk40 dependency

To CI tests, dockerfile and installation

Add libglpk40 to dockerfile and installation
pull/111/head
JulioV 2021-01-05 19:03:42 -05:00
parent 7921bc28a9
commit b343399ffa
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
- run: echo "RELEASE_VERSION_URL=$(echo $RELEASE_VERSION | sed -e 's/\.//g')" >> $GITHUB_ENV - run: echo "RELEASE_VERSION_URL=$(echo $RELEASE_VERSION | sed -e 's/\.//g')" >> $GITHUB_ENV
- run : | - run : |
sudo apt update sudo apt update
sudo apt install libglpk40
# sudo apt install libcurl4-openssl-dev # sudo apt install libcurl4-openssl-dev
# sudo apt install libssl-dev # sudo apt install libssl-dev
# sudo apt install libxml2-dev # sudo apt install libxml2-dev

View File

@ -6,6 +6,7 @@ RUN apt update && apt install -y \
libssl-dev \ libssl-dev \
libxml2-dev \ libxml2-dev \
libmysqlclient-dev \ libmysqlclient-dev \
libglpk40 \
mysql-server mysql-server
RUN apt-get update && apt-get install -y gnupg RUN apt-get update && apt-get install -y gnupg
RUN apt-get update && apt-get install -y software-properties-common RUN apt-get update && apt-get install -y software-properties-common

View File

@ -119,6 +119,7 @@ You can install RAPIDS using Docker (the fastest), or native instructions for Ma
sudo apt install libcurl4-openssl-dev sudo apt install libcurl4-openssl-dev
sudo apt install libssl-dev sudo apt install libssl-dev
sudo apt install libxml2-dev sudo apt install libxml2-dev
sudo apt install libglpk40
``` ```
2. Install MySQL 2. Install MySQL