Skip to content

Commit 1cdbc34

Browse files
committed
Update README.md
1 parent 86c593f commit 1cdbc34

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This is the official codebase of the paper
4242
- [How to create comparative plots of evaluation results](#how-to-create-comparative-plots-of-evaluation-results)
4343
- [How to predict new protein-ligand complex structures and their affinities using FlowDock](#how-to-predict-new-protein-ligand-complex-structures-using-flowdock)
4444
- [For developers](#for-developers)
45+
- [Docker](#docker)
4546
- [Acknowledgements](#acknowledgements)
4647
- [License](#license)
4748
- [Citing this work](#citing-this-work)
@@ -384,6 +385,25 @@ rm env.yaml # clean up temporary environment file
384385

385386
</details>
386387

388+
## Docker
389+
390+
<details>
391+
392+
Build the Docker image
393+
394+
```bash
395+
docker build -t flowdock .
396+
```
397+
398+
Run the Docker container
399+
400+
```bash
401+
docker run --gpus all --rm --name flowdock -it flowdock /bin/bash
402+
```
403+
404+
</details>
405+
406+
387407
## Acknowledgements
388408

389409
`FlowDock` builds upon the source code and data from the following projects:

0 commit comments

Comments
 (0)