-
Notifications
You must be signed in to change notification settings - Fork 25
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 building a custom component with fondant build, it requests to install docker #891
Comments
Coming back to this: solved with |
@jBontinck thanks for the feedback. Looks like your shell is not interpreting the command correctly. For zsh For the case you want to install all extra requirements you could use It looks like we should revisit the dependencies and extra groups. |
I am starting from a clean setup with
pip install fondant
+ I followed the instructions to install docker desktop.I made an easy custom
DaskLoadComponent
and wanted to build it withfondant build . -t v1
I receive following message:
You need to install
docker
to use thefondant build
command, you can install it withpip install fondant[docker]
I would expect that I don't need additional libraries given
I can solve this by following the feedback in the message, but is not what I expected
The text was updated successfully, but these errors were encountered: