Skip to content

Commit

Permalink
Merge pull request #560 from mlcommons/readme_fixes
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
priyakasimbeg authored Nov 2, 2023
2 parents 8736a30 + dfb7701 commit 3b47594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down

0 comments on commit 3b47594

Please sign in to comment.