We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8736a30 + dfb7701 commit 3b47594Copy full SHA for 3b47594
datasets/README.md
@@ -28,7 +28,7 @@ make sure the data directory is mounted to a directory on your host with
28
-v flag. If you are following instructions from the README you will have used
29
the `-v $HOME/data:/data` flag in the `docker run` command. This will mount
30
the `$HOME/data` directory to the `/data` directory in the container.
31
-In this case set --data_dir to `\data`.
+In this case set --data_dir to `/data`.
32
```bash
33
DATA_DIR='/data'
34
```
0 commit comments