1. 05 4月, 2017 1 次提交
  2. 28 3月, 2017 1 次提交
  3. 22 3月, 2017 1 次提交
  4. 18 3月, 2017 1 次提交
  5. 17 3月, 2017 2 次提交
  6. 10 3月, 2017 1 次提交
  7. 09 3月, 2017 1 次提交
  8. 08 3月, 2017 1 次提交
  9. 02 3月, 2017 1 次提交
  10. 01 3月, 2017 1 次提交
  11. 24 2月, 2017 2 次提交
  12. 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
  13. 18 1月, 2017 1 次提交
  14. 17 1月, 2017 5 次提交
  15. 04 1月, 2017 1 次提交
  16. 03 1月, 2017 1 次提交
  17. 22 12月, 2016 1 次提交
  18. 16 12月, 2016 1 次提交
  19. 11 12月, 2016 2 次提交
  20. 09 12月, 2016 1 次提交
  21. 08 12月, 2016 1 次提交
  22. 07 12月, 2016 1 次提交
  23. 06 12月, 2016 2 次提交
  24. 05 12月, 2016 1 次提交
  25. 04 12月, 2016 1 次提交
  26. 27 11月, 2016 1 次提交
  27. 26 11月, 2016 1 次提交
  28. 25 11月, 2016 1 次提交
  29. 15 11月, 2016 1 次提交
  30. 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
  31. 29 9月, 2016 1 次提交