Created
July 19, 2018 04:13
-
-
Save nmwalsh/00dd3747c623a2a04478f24ed48b266f to your computer and use it in GitHub Desktop.
select an environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(1) data-analytics : has libraries such as xgboost, lightgbm, sklearn etc. | |
(2) mxnet : has libraries for mxnet(v1.1.0) along with sklearn, opencv etc. | |
(3) caffe2 : has libraries for caffe2(v0.8.0) along with sklearn, opencv etc. | |
(4) keras-tensorflow : has libraries for keras(v2.1.6) and tensorflow(v1.9.0) along with sklearn, opencv etc. | |
(5) kaggle : has the environment provided by kaggle | |
(6) pytorch : has libraries for pytorch(v0.4.0) along with sklearn, opencv etc. | |
(7) python-base : has base python image with no libraries installed | |
(8) r-base : has base R image with no libraries installed. Use this environment for rstudio workspace | |
Please select one of the above environments (e.g. 1 or data-analytics): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment