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

When running something that outputs something non-stdout, nothing gets fetched #42

Closed
aronchick opened this issue Mar 8, 2022 · 1 comment
Labels
type/enhancement Type: New features or enhancements to existing features

Comments

@aronchick
Copy link
Collaborator

https://github.com/filecoin-project/bacalhau/tree/main/examples

export file_path=./high_quality_picture.jpg
cid=$(IPFS_PATH=/tmp/bacalhau-ipfs3163549147 ipfs add -q $file_path)
sudo apt-get -y update && sudo apt-get install -y graphicsmagick && \
    gm convert high_quality_picture.jpg -quality 20% -colorspace Gray gray_scale.jpg
@aronchick aronchick added the type/enhancement Type: New features or enhancements to existing features label Mar 8, 2022
@lukemarsden
Copy link
Contributor

how exactly are you instantiating the bacalhau submit command? what's the exact commandline?

@aronchick aronchick closed this as not planned Won't fix, can't repro, duplicate, stale Jun 23, 2022
simonwo pushed a commit that referenced this issue Dec 6, 2023
* add the styleguide and community section

* proof read and fixes

* more proof reading and addition

* Update style-guide.md

* Update ways-to-contribute.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: New features or enhancements to existing features
Projects
None yet
Development

No branches or pull requests

2 participants