From 3bb892210a13cd0d472b541738bbfc229e92a891 Mon Sep 17 00:00:00 2001 From: truskovskiyk Date: Mon, 1 Jul 2024 16:19:37 -0400 Subject: [PATCH] Configure remote storage --- module-2/.dvc/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module-2/.dvc/config b/module-2/.dvc/config index e69de29..561d392 100644 --- a/module-2/.dvc/config +++ b/module-2/.dvc/config @@ -0,0 +1,5 @@ +[core] + remote = minio +['remote "minio"'] + url = s3://ml-data + endpointurl = http://127.0.0.1:9000