mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
dev commit
This commit is contained in:
6
mlflow/Dockerfile
Normal file
6
mlflow/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM continuumio/miniconda3:latest
|
||||
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install mlflow
|
||||
Reference in New Issue
Block a user