/dockerfiles/base/README.md

https://github.com/mlrun/mlrun · Markdown · 116 lines · 111 code · 5 blank · 0 comment · 0 complexity · fb3e89cd767be8c2bf1dcc5676f4bd9a MD5 · raw file

  1. # base
  2. base image for file acquisition, compression, and other simple utilities
  3. currently Python 3.8.x
  4. `mlrun 0.4.6`
  5. `pyarrow 0.16`
  6. `pandas 1.0.3`
  7. no conda
  8. ```
  9. root@b25827d9c933:/# pip list
  10. Package Version
  11. ------------------------ ----------
  12. aiohttp 3.6.2
  13. argo-models 2.2.1a0
  14. async-timeout 3.0.1
  15. attrs 19.3.0
  16. backcall 0.1.0
  17. bleach 3.1.4
  18. boto3 1.12.31
  19. botocore 1.15.31
  20. cachetools 4.0.0
  21. certifi 2019.11.28
  22. cffi 1.14.0
  23. chardet 3.0.4
  24. Click 7.0
  25. cloudpickle 1.1.1
  26. cryptography 2.8
  27. decorator 4.4.2
  28. defusedxml 0.6.0
  29. Deprecated 1.2.7
  30. docutils 0.15.2
  31. entrypoints 0.3
  32. gitdb 4.0.2
  33. GitPython 3.1.0
  34. google-api-core 1.16.0
  35. google-auth 1.12.0
  36. google-cloud-core 1.3.0
  37. google-cloud-storage 1.26.0
  38. google-resumable-media 0.5.0
  39. googleapis-common-protos 1.51.0
  40. idna 2.9
  41. ipykernel 5.2.0
  42. ipython 7.13.0
  43. ipython-genutils 0.2.0
  44. jedi 0.16.0
  45. Jinja2 2.11.1
  46. jmespath 0.9.5
  47. json5 0.9.4
  48. jsonschema 3.2.0
  49. jupyter-client 6.1.2
  50. jupyter-core 4.6.3
  51. jupyterlab 2.0.1
  52. jupyterlab-server 1.0.7
  53. kfp 0.3.0
  54. kfp-server-api 0.3.0
  55. kubernetes 11.0.0
  56. MarkupSafe 1.1.1
  57. mistune 0.8.4
  58. mlrun 0.4.6
  59. multidict 4.7.5
  60. nbconvert 5.6.1
  61. nbformat 5.0.4
  62. nest-asyncio 1.3.2
  63. notebook 6.0.3
  64. nuclio-jupyter 0.8.2
  65. numpy 1.18.2
  66. oauthlib 3.1.0
  67. pandas 1.0.3
  68. pandocfilters 1.4.2
  69. parso 0.6.2
  70. pexpect 4.8.0
  71. pickleshare 0.7.5
  72. pip 20.0.2
  73. prometheus-client 0.7.1
  74. prompt-toolkit 3.0.5
  75. protobuf 3.11.3
  76. ptyprocess 0.6.0
  77. pyarrow 0.16.0
  78. pyasn1 0.4.8
  79. pyasn1-modules 0.2.8
  80. pycparser 2.20
  81. Pygments 2.6.1
  82. PyJWT 1.7.1
  83. pyrsistent 0.16.0
  84. python-dateutil 2.8.1
  85. pytz 2019.3
  86. PyYAML 5.3.1
  87. pyzmq 19.0.0
  88. requests 2.23.0
  89. requests-oauthlib 1.3.0
  90. requests-toolbelt 0.9.1
  91. rsa 4.0
  92. s3transfer 0.3.3
  93. Send2Trash 1.5.0
  94. setuptools 46.1.3
  95. six 1.14.0
  96. smmap 3.0.1
  97. SQLAlchemy 1.3.15
  98. strip-hints 0.1.8
  99. tabulate 0.8.3
  100. terminado 0.8.3
  101. testpath 0.4.4
  102. tornado 6.0.4
  103. traitlets 4.3.3
  104. urllib3 1.24.3
  105. wcwidth 0.1.9
  106. webencodings 0.5.1
  107. websocket-client 0.57.0
  108. wheel 0.34.2
  109. wrapt 1.12.1
  110. yarl 1.4.2
  111. ```