1. 08 3月, 2017 1 次提交
  2. 02 3月, 2017 1 次提交
  3. 01 3月, 2017 5 次提交
  4. 24 2月, 2017 2 次提交
  5. 27 1月, 2017 2 次提交
    • H
      fix docker build · 7712fd58
      Helin Wang 提交于
      I am getting following error without this commit when doing docker build.
      
        File "<string>", line 1, in <module>
        File "/usr/local/lib/python2.7/dist-packages/setuptools/__init__.py", line 12, in <module>
          import setuptools.version
        File "/usr/local/lib/python2.7/dist-packages/setuptools/version.py", line 1, in <module>
          import pkg_resources
        File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 70, in <module>
          import packaging.version
      ImportError: No module named packaging.version
      
      No idea why this change fix the problem, but it does fix.
      7712fd58
  6. 18 1月, 2017 1 次提交
  7. 17 1月, 2017 5 次提交
  8. 04 1月, 2017 1 次提交
  9. 03 1月, 2017 1 次提交
  10. 22 12月, 2016 1 次提交
  11. 16 12月, 2016 1 次提交
  12. 11 12月, 2016 2 次提交
  13. 09 12月, 2016 1 次提交
  14. 08 12月, 2016 1 次提交
  15. 07 12月, 2016 1 次提交
  16. 06 12月, 2016 2 次提交
  17. 05 12月, 2016 1 次提交
  18. 04 12月, 2016 1 次提交
  19. 27 11月, 2016 1 次提交
  20. 26 11月, 2016 1 次提交
  21. 25 11月, 2016 1 次提交
  22. 15 11月, 2016 1 次提交
  23. 10 11月, 2016 1 次提交
    • Y
      Add checkout name for Dockerfile · 64b7561c
      Yu Yang 提交于
      * Because in dockerhub, we cannot set the `docker build `running
        directory, we could only use `git clone` command to get the latest
        code if we put `Dockerfile` in subdirectory
      
      * But the `git clone` will checkout the default branch only, so here
        we add a `ENV` in Dockerfile to checkout special branch or tag in
        git repo. We could change it to `V0.9.0` tag when it release.
      64b7561c
  24. 29 9月, 2016 1 次提交
  25. 31 8月, 2016 2 次提交
  26. 30 8月, 2016 2 次提交