dmlc--dgl
c64405b1f6
* update docker image * specify lint version * rm torch import from unified tests
6 行
303 B
Bash
6 行
303 B
Bash
# install libraries for building c++ core on ubuntu
|
|
apt update && apt install -y --no-install-recommends --force-yes \
|
|
apt-utils git build-essential make wget unzip sudo \
|
|
libz-dev libxml2-dev libopenblas-dev libopencv-dev \
|
|
graphviz graphviz-dev libgraphviz-dev ca-certificates
|