Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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