kaggle docker image with pycharm
Posted on November 23, 2017 in Tutorial • 1 min read
Build your machine learning env once for all.
docker setup
On Mac:
- install docker for mac
- pull kaggle/python image.
http://blog.kaggle.com/2016/02/05/how-to-get-started-with-data-science-in-containers/
pycharm setup
- add remote env.
https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-via-docker.html
- API URL: tcp://localhost:3375. (Took me tons of time to get this right). In the latest version, just leave certifs and excutable empty. You shall see prompt telling you that connection is sucessful
All set. That's it.