Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run equibind on bacalhau with mounted data successfully #19

Open
NiklasTR opened this issue Sep 7, 2022 · 2 comments
Open

run equibind on bacalhau with mounted data successfully #19

NiklasTR opened this issue Sep 7, 2022 · 2 comments

Comments

@NiklasTR
Copy link

NiklasTR commented Sep 7, 2022

This command does not run

bacalhau docker run -v QmR7R6SJKUmdhrjkKQvdEH4RnN8SxQfkFZiFFfEXs7jgFx:/home -o results:/home/out ghcr.io/openlab-apps/equibind:main -- ./run.sh 2pri.pdb test.sdf

Removing the mounted volume does run with the expected results

bacalhau docker run -o results:/home/out ghcr.io/openlab-apps/equibind:main -- ./run.sh in/2pri.pdb in/test.sdf

Listing directories within the container with and without the mounted IPFS object is giving the same result. So it is unlikely its something funny with the paths. (first with mounted object, second without):
https://gateway.ipfs.io/ipfs/bafybeihe76u7ev3aopfyix7smbpfb7hqzux53mkixh6n35vu5i77ujwtj4/0/stdout
https://gateway.ipfs.io/ipfs/bafybeicy5wy3uzdplswiy6tkzxyj2gkt22s4vts3fpi7qkpegexcxv3s6e/0/stdout

I am going to focus on a different app for now. Tagging @blahah for visibility of the issue as FYI in case you have ideas how to address this.

@blahah
Copy link

blahah commented Sep 19, 2022

@NiklasTR you mentioned there might be a status update here?

@blahah
Copy link

blahah commented Sep 19, 2022

For posterity my suggestion was to use w3 from web3.storage to manage the IPFS side, until we launch our CLI which will handle the same functions and more, with edge cases handled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants