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