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 f28cde5 commit 3433ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Stärk, H., Ganea, O.-E., Pattanaik, L., Barzilay, R., & Jaakkola, T. (2022). Eq
# pulling the container
docker pull ghcr.io/labdao-apps/equibind:main
# running the container
docker run -v your/path/equibind/test:/inputs -v your/path/Desktop:/outputs ghcr.io/labdao/equibind:main python main.py --protein /inputs/test.pdb --small_molecule_library /inputs/test.sdf
# running the container on ubuntu linux
docker run -v /home/ubuntu/equibind/test:/inputs -v /home/ubuntu:/outputs ghcr.io/labdao/equibind:main python main.py --protein /inputs/test.pdb --small_molecule_library /inputs/test.sdf
```

## Public Container Execution
Expand Down

0 comments on commit 3433ecb

Please sign in to comment.