ByronHsu commented on a change in pull request #542:
URL: https://github.com/apache/submarine/pull/542#discussion_r623670883
##########
File path: dev-support/docker-images/mlflow/Dockerfile
##########
@@ -17,12 +17,24 @@ FROM python:3.7.0-slim
RUN pip install mlflow
-RUN mkdir /submarine-mlflow
+RUN apt-get update && apt-get -y install --no-install-recommends
default-libmysqlclient-dev libpq-dev build-essential sqlite3 wget
+
+RUN pip install \
+ mlflow \
+ sqlalchemy \
+ boto3
Review comment:
One more advice: these packages' version should be fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]