File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- sudo su
2- curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
1+ curl https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/m/msodbcsql17/msodbcsql17_17.3.1.1-1_amd64.deb --output msodbcsql17_17.3.1.1-1_amd64.deb
32
4- # Ubuntu 18.04
5- curl https://packages.microsoft.com/config/ubuntu/18.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
6-
7- exit
8- sudo apt-get update
9- sudo ACCEPT_EULA=Y apt-get install -y msodbcsql17
10- # optional: for unixODBC development headers
11- sudo apt-get install -y unixodbc-dev
12-
13- # install requirements that needed the commands above
14- pip install -r requirements-predeploy.txt
3+ ACCEPT_EULA=Y dpkg -i msodbcsql17_17.3.1.1-1_amd64.deb
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66scikit-learn
77Flask-Caching
88gunicorn
9- redis
9+ redis
10+ pyodbc
You can’t perform that action at this time.
0 commit comments