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
Lightweight Python components need a default base image to run on, which we should provide. Probably for all Python versions we support. I would build them everytime we build our reusable images.
We should also make sure the base image with the appropriate Fondant version installed is used automatically (comment).
The text was updated successfully, but these errors were encountered:
The PR contains the docker file for the base image and adjusts the code
to use the base image for the python components.
Base images follow the naming schema: `fndnt/fondant:fondant_version-py_version`, for example, `fndnt/fondant:0.9.0-py3.10`.
Fix#782
Lightweight Python components need a default base image to run on, which we should provide. Probably for all Python versions we support. I would build them everytime we build our reusable images.
We should also make sure the base image with the appropriate Fondant version installed is used automatically (comment).
The text was updated successfully, but these errors were encountered: