Skip to content

Instantly share code, notes, and snippets.

@gandroz
Created January 10, 2020 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gandroz/06ca3cdb51283c2bccb4ce8124d7b587 to your computer and use it in GitHub Desktop.
Save gandroz/06ca3cdb51283c2bccb4ce8124d7b587 to your computer and use it in GitHub Desktop.
Docker file for MLflow
FROM python:3.7-slim-buster
# Install python packages
RUN pip install mlflow boto3 pymysql
@encryptblockr
Copy link

why using gist and not a repo? so better understand the tree structure you have for the MLflow???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment