Skip to content

Commit 5cfb1b8

Browse files
committed
Update README.md
1 parent 670ef06 commit 5cfb1b8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,16 +389,24 @@ rm env.yaml # clean up temporary environment file
389389

390390
<details>
391391

392-
Build the Docker image
392+
Given that this tool has a number of dependencies, it may be easier to run it in a Docker container.
393+
394+
Pull from [Docker Hub](https://hub.docker.com/repository/docker/cford38/flowdock): `docker pull cford38/flowdock:latest`
395+
396+
397+
398+
Alternatively, build the Docker image locally:
393399

394400
```bash
395401
docker build --platform linux/amd64 -t flowdock .
396402
```
397403

398-
Run the Docker container (and mount your local `checkpoints/` directory).
404+
Then, run the Docker container (and mount your local `checkpoints/` directory)
399405

400406
```bash
401407
docker run --gpus all -v ./checkpoints:/software/flowdock/checkpoints --rm --name flowdock -it flowdock /bin/bash
408+
409+
# docker run --gpus all -v ./checkpoints:/software/flowdock/checkpoints --rm --name flowdock -it cford38/flowdock:latest /bin/bash
402410
```
403411

404412
</details>

0 commit comments

Comments
 (0)