We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd41e04 commit 8e1fc00Copy full SHA for 8e1fc00
README.md
@@ -395,10 +395,10 @@ Build the Docker image
395
docker build --platform linux/amd64 -t flowdock .
396
```
397
398
-Run the Docker container
+Run the Docker container (and mount your local `checkpoints/` directory).
399
400
```bash
401
-docker run --gpus all --rm --name flowdock -it flowdock /bin/bash
+docker run --gpus all -v ./checkpoints:/software/flowdock/checkpoints --rm --name flowdock -it flowdock /bin/bash
402
403
404
</details>
0 commit comments