mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
8 lines
99 B
Docker
8 lines
99 B
Docker
FROM continuumio/miniconda3:latest
|
|
|
|
RUN pip install mlflow boto3 pymysql
|
|
|
|
ADD . /app
|
|
WORKDIR /app
|
|
|