dmlc--dgl
c64405b1f6
* update docker image * specify lint version * rm torch import from unified tests
5 行
118 B
Bash
5 行
118 B
Bash
#!/bin/bash
|
|
# install torch
|
|
pip2 install torch==1.0.1 torchvision==0.2.2
|
|
pip3 install torch==1.0.1 torchvision==0.2.2
|