mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-05 07:39:22 +01:00
6 lines
97 B
Docker
6 lines
97 B
Docker
FROM continuumio/miniconda3:latest
|
|
|
|
ADD . /app
|
|
WORKDIR /app
|
|
|
|
RUN pip install mlflow boto3 pymysql |