Files

7 lines
88 B
Docker

FROM continuumio/miniconda3:latest
RUN pip install mlflow boto3
WORKDIR /app
COPY . .