You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you need to have an ipfs binary installed to be able to view the results of your jobs - it would be nice if the bacalhau binary did this for us to avoid the UX problem of failed ipfs installations
This also means you can use a bacalhau job id as the input to the get command
bacalhau get <jobid> --target /tmp/results
This should be possible by vendoring some parts of the go-ipfs codebase into bacalhau
The text was updated successfully, but these errors were encountered:
Currently you need to have an ipfs binary installed to be able to view the results of your jobs - it would be nice if the
bacalhau
binary did this for us to avoid the UX problem of failed ipfs installationsThis also means you can use a bacalhau job id as the input to the
get
commandThis should be possible by vendoring some parts of the go-ipfs codebase into
bacalhau
The text was updated successfully, but these errors were encountered: