dmlc--dgl
b76ac11c90
* Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * add docs * Fix style * Fix lint * Bug fix * Fix test * Update * Update * Update * Update Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
8 行
257 B
Docker
8 行
257 B
Docker
From dgllib/dgl-sagemaker-gpu:dgl_0.4_pytorch_1.2.0_rdkit
|
|
|
|
RUN pip uninstall -y scikit-learn
|
|
RUN pip install scikit-learn==0.22.2.post1
|
|
RUN pip uninstall -y pandas
|
|
RUN pip install pandas==0.24.2
|
|
RUN pip uninstall -y dgl-cu100
|
|
RUN pip install --pre dgl-cu101 |