Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasTR authored Jan 12, 2023
1 parent 94dce7a commit e360805
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ docker run -v your/path/equibind/test:/inputs -v your/path/Desktop:/outputs ghcr
## Public Container Execution

```
# install bacalhau
curl -sL https://get.bacalhau.org/install.sh | bash
# please note that bacalhau currently only supports one mounted IPFS file
# in this case we provide a protein structure, called test.pdb, via IPFS
bacalhau docker run -i bafybeico6n7wgydwaigcnvkrojldc2hk5dbxqp66ezjw5ytis2irq7k2pm ghcr.io/labdao-apps/equibind:main -- python main.py --protein /inputs/test.pdb --small_molecule_library /src/test/test.sdf
Expand Down

0 comments on commit e360805

Please sign in to comment.