From c7df634d332e086456736fe572775b2b651eae72 Mon Sep 17 00:00:00 2001 From: truskovskiyk Date: Mon, 1 Jul 2024 17:01:12 -0400 Subject: [PATCH] Module 2 Demo --- module-2/.dvc/.gitignore | 2 -- module-2/.dvc/config | 5 ----- module-2/README.md | 1 + 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 module-2/.dvc/.gitignore delete mode 100644 module-2/.dvc/config diff --git a/module-2/.dvc/.gitignore b/module-2/.dvc/.gitignore deleted file mode 100644 index 5ecbd4c..0000000 --- a/module-2/.dvc/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/config.local -/tmp diff --git a/module-2/.dvc/config b/module-2/.dvc/config deleted file mode 100644 index 561d392..0000000 --- a/module-2/.dvc/config +++ /dev/null @@ -1,5 +0,0 @@ -[core] - remote = minio -['remote "minio"'] - url = s3://ml-data - endpointurl = http://127.0.0.1:9000 diff --git a/module-2/README.md b/module-2/README.md index 29d68d5..8909a82 100644 --- a/module-2/README.md +++ b/module-2/README.md @@ -236,3 +236,4 @@ Create synthetic dataset: ```bash python ./labeling/create_dataset_synthetic.py ``` +