diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..30590d3 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM ghcr.io/mlflow/mlflow:v2.7.0 + +RUN pip install psycopg2-binary boto3 \ No newline at end of file