1. 15 12月, 2016 4 次提交
  2. 14 12月, 2016 2 次提交
  3. 12 12月, 2016 4 次提交
  4. 11 12月, 2016 2 次提交
  5. 09 12月, 2016 2 次提交
  6. 08 12月, 2016 1 次提交
  7. 07 12月, 2016 1 次提交
  8. 06 12月, 2016 2 次提交
  9. 05 12月, 2016 1 次提交
  10. 04 12月, 2016 1 次提交
  11. 02 12月, 2016 2 次提交
  12. 01 12月, 2016 1 次提交
  13. 29 11月, 2016 1 次提交
  14. 27 11月, 2016 1 次提交
  15. 26 11月, 2016 2 次提交
  16. 25 11月, 2016 2 次提交
  17. 17 11月, 2016 2 次提交
  18. 15 11月, 2016 2 次提交
  19. 13 11月, 2016 1 次提交
  20. 12 11月, 2016 1 次提交
  21. 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
  22. 08 11月, 2016 1 次提交
  23. 04 11月, 2016 1 次提交
  24. 03 11月, 2016 1 次提交
    • E
      install the right python package version (#326) · 9f9b4afc
      emailweixu 提交于
      For multiple installation of paddle, there might be multiple versions of python package at opt/paddle/share/wheels/. We should install the right version.
      Ideally, we should remove the wrong versions when install. But it's not easy to do this with cmake.
      
      Change-Id: Ida8a8d60643ad9e42cf1c85776de9122d5ba1392
      9f9b4afc
  25. 02 11月, 2016 1 次提交