mirror of
https://github.com/Toumash/mlflow-docker
synced 2026-02-02 16:51:54 +01:00
7 lines
88 B
Docker
7 lines
88 B
Docker
FROM continuumio/miniconda3:latest
|
|
|
|
RUN pip install mlflow boto3
|
|
|
|
WORKDIR /app
|
|
COPY . .
|