From dfb7701d6c92d58f651ca929881b1957b76c9991 Mon Sep 17 00:00:00 2001 From: priyakasimbeg Date: Thu, 2 Nov 2023 16:31:53 -0700 Subject: [PATCH] Update README.md --- datasets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/README.md b/datasets/README.md index 5ff0e18a7..586895022 100644 --- a/datasets/README.md +++ b/datasets/README.md @@ -28,7 +28,7 @@ make sure the data directory is mounted to a directory on your host with -v flag. If you are following instructions from the README you will have used the `-v $HOME/data:/data` flag in the `docker run` command. This will mount the `$HOME/data` directory to the `/data` directory in the container. -In this case set --data_dir to `\data`. +In this case set --data_dir to `/data`. ```bash DATA_DIR='/data' ```