/dockerfiles/base/README.md
https://github.com/mlrun/mlrun · Markdown · 116 lines · 111 code · 5 blank · 0 comment · 0 complexity · fb3e89cd767be8c2bf1dcc5676f4bd9a MD5 · raw file
- # base
- base image for file acquisition, compression, and other simple utilities
- currently Python 3.8.x
- `mlrun 0.4.6`
- `pyarrow 0.16`
- `pandas 1.0.3`
- no conda
- ```
- root@b25827d9c933:/# pip list
- Package Version
- ------------------------ ----------
- aiohttp 3.6.2
- argo-models 2.2.1a0
- async-timeout 3.0.1
- attrs 19.3.0
- backcall 0.1.0
- bleach 3.1.4
- boto3 1.12.31
- botocore 1.15.31
- cachetools 4.0.0
- certifi 2019.11.28
- cffi 1.14.0
- chardet 3.0.4
- Click 7.0
- cloudpickle 1.1.1
- cryptography 2.8
- decorator 4.4.2
- defusedxml 0.6.0
- Deprecated 1.2.7
- docutils 0.15.2
- entrypoints 0.3
- gitdb 4.0.2
- GitPython 3.1.0
- google-api-core 1.16.0
- google-auth 1.12.0
- google-cloud-core 1.3.0
- google-cloud-storage 1.26.0
- google-resumable-media 0.5.0
- googleapis-common-protos 1.51.0
- idna 2.9
- ipykernel 5.2.0
- ipython 7.13.0
- ipython-genutils 0.2.0
- jedi 0.16.0
- Jinja2 2.11.1
- jmespath 0.9.5
- json5 0.9.4
- jsonschema 3.2.0
- jupyter-client 6.1.2
- jupyter-core 4.6.3
- jupyterlab 2.0.1
- jupyterlab-server 1.0.7
- kfp 0.3.0
- kfp-server-api 0.3.0
- kubernetes 11.0.0
- MarkupSafe 1.1.1
- mistune 0.8.4
- mlrun 0.4.6
- multidict 4.7.5
- nbconvert 5.6.1
- nbformat 5.0.4
- nest-asyncio 1.3.2
- notebook 6.0.3
- nuclio-jupyter 0.8.2
- numpy 1.18.2
- oauthlib 3.1.0
- pandas 1.0.3
- pandocfilters 1.4.2
- parso 0.6.2
- pexpect 4.8.0
- pickleshare 0.7.5
- pip 20.0.2
- prometheus-client 0.7.1
- prompt-toolkit 3.0.5
- protobuf 3.11.3
- ptyprocess 0.6.0
- pyarrow 0.16.0
- pyasn1 0.4.8
- pyasn1-modules 0.2.8
- pycparser 2.20
- Pygments 2.6.1
- PyJWT 1.7.1
- pyrsistent 0.16.0
- python-dateutil 2.8.1
- pytz 2019.3
- PyYAML 5.3.1
- pyzmq 19.0.0
- requests 2.23.0
- requests-oauthlib 1.3.0
- requests-toolbelt 0.9.1
- rsa 4.0
- s3transfer 0.3.3
- Send2Trash 1.5.0
- setuptools 46.1.3
- six 1.14.0
- smmap 3.0.1
- SQLAlchemy 1.3.15
- strip-hints 0.1.8
- tabulate 0.8.3
- terminado 0.8.3
- testpath 0.4.4
- tornado 6.0.4
- traitlets 4.3.3
- urllib3 1.24.3
- wcwidth 0.1.9
- webencodings 0.5.1
- websocket-client 0.57.0
- wheel 0.34.2
- wrapt 1.12.1
- yarl 1.4.2
- ```