File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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
395401docker 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
401407docker 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 >
You can’t perform that action at this time.
0 commit comments