Skip to content

Commit 8e1fc00

Browse files
committed
Update README.md
1 parent cd41e04 commit 8e1fc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,10 @@ Build the Docker image
395395
docker build --platform linux/amd64 -t flowdock .
396396
```
397397

398-
Run the Docker container
398+
Run the Docker container (and mount your local `checkpoints/` directory).
399399

400400
```bash
401-
docker run --gpus all --rm --name flowdock -it flowdock /bin/bash
401+
docker run --gpus all -v ./checkpoints:/software/flowdock/checkpoints --rm --name flowdock -it flowdock /bin/bash
402402
```
403403

404404
</details>

0 commit comments

Comments
 (0)