From 7ca1b6d4612a429103b15ebdc46036a55fdadb6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com> Date: Thu, 5 May 2022 20:49:34 +0200 Subject: [PATCH] Configure DVC readme --- configure_dvc.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configure_dvc.md diff --git a/configure_dvc.md b/configure_dvc.md new file mode 100644 index 0000000..09eb90a --- /dev/null +++ b/configure_dvc.md @@ -0,0 +1,6 @@ +# How to configure DVC + +```bash +poetry run dvc remote modify --local clarin-biz-asr-benchmarks access_key_id '<your_minio_user_name>' +poetry run dvc remote modify --local clarin-biz-asr-benchmarks secret_access_key '<your_minio_password>' +``` \ No newline at end of file -- GitLab