Skip to content

Commit

Permalink
correct readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Taniya-Das committed Nov 19, 2024
1 parent 8be1a3e commit df30cd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Docker reference/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ The docker container has the latest version of OpenML-Tensorflow downloaded and
This document contains information about:

[Usage](#usage): how to use the image\

[Using Locally Stored Datasets](#using-locally-stored-datasets-optional): mounting datasets from the local cache\

[Environment Variables](#environment-variable): setting the cache directory path\

## Usage
Expand Down Expand Up @@ -103,7 +105,8 @@ docker run -t -i -v PATH/TO/CODE_FOLDER:/app -v PATH/TO/DATASET_FOLDER:/app/data
```

2. Set correct path to the dataset.
```text

```
openml_tensorflow.config.dir = '/app/dataset/Images'
```

Expand Down

0 comments on commit df30cd8

Please sign in to comment.