Skip to content

Instantly share code, notes, and snippets.

@mindsdbadmin
Created May 13, 2020 08:53
Show Gist options
  • Save mindsdbadmin/cb6c1122dcf6a47aabb99af9321c299d to your computer and use it in GitHub Desktop.
Save mindsdbadmin/cb6c1122dcf6a47aabb99af9321c299d to your computer and use it in GitHub Desktop.
The MindsDB python dependencies for SageMaker
RUN wget https://bootstrap.pypa.io/get-pip.py && python3.7 get-pip.py && \
pip install --default-timeout=1000 mindsdb flask gevent gunicorn && \ rm -rf /root/.cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment