mirror of
https://github.com/Toumash/mlflow-docker
synced 2026-02-02 16:51:54 +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
|
|
|