Metadata-Version: 2.1
Name: mldock
Version: 0.1.4
Summary: Global Machine learning helpers for docker based development. Build, train and deploy on cloud with docker
Home-page: https://github.com/SheldonGrant/locative-ml-global-helpers
Author: SheldonGrant
Author-email: sheldz.shakes.williams@gmail.com
License: UNKNOWN
Description: # mldock
        Global Machine learning helpers for docker based development. Build, train and deploy on cloud with docker
        
        
        # helpful tips
        
        - docker compose sees my files as directories in mounted volume - *USE "./path/to/file" format* | https://stackoverflow.com/questions/42248198/how-to-mount-a-single-file-in-a-volume
        - simlinks from my container have broken permissions in WSL2 | https://github.com/microsoft/WSL/issues/1475
        
Keywords: docker,machine learning,ml,ml services,MLaaS
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: ai-platform
Provides-Extra: cli
Provides-Extra: sagemaker
