Metadata-Version: 2.1
Name: mldock
Version: 0.8.1
Summary: A docker tool that helps put machine learning in places that empower ml developers
Home-page: https://github.com/SheldonGrant/mldock
Author: SheldonGrant
Author-email: sheldz.shakes.williams@gmail.com
License: UNKNOWN
Description: # MLDock
        A docker tool that helps put machine learning in places that empower ml developers
        
        <p align="center">
         <img src="images/mldock-hero-image.jpg" width="250" alt="mldock hero image">
        </p>
        
        ## 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: gcp
Provides-Extra: aws
Provides-Extra: cli
Provides-Extra: sagemaker
