项目文件夹

文件
Mufei Li b76ac11c90 [DGL-LifeSci] Release Preparation (CI, Docker, Conda build) (#1399)
* 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>
2020-04-01 15:45:03 +08:00

8 行
245 B
Docker

From dgllib/dgl-sagemaker-cpu: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
RUN pip install --pre dgl