Alex Strick van Linschoten
Alex Strick van Linschoten
Go for it! If you have any questions, let us know!
Potentially fixed/addressed by #2212.
> One remark, when I run the pipelines I get the comment, that I shall run zenml up. It took me sometime to find the login command, just "default" as...
Ah got it. I opened a PR that will fix this issue going forward.
Here I'd patch in @bcdurak who I think was most involved with that particular part of the codebase. I think he should be able to help with this. Other things...
Maybe you could add a non-root user to the Dockerfile as a way round this? ``` # Create a new user "zenmluser" and set a working directory RUN useradd -m...
I think I see what's going on now. Are you running the code with a GCS artifact store configured in your ZenML stack? (`fileio` will use whatever stack you have...
For our cloud integrations, it's enough to demonstrate that you've tested it. We don't currently run integration tests on cloud environments, so basically for something like this it wouldn't be...
Most of the 'real' materializers that people use are in `src/zenml/integrations` and then inside the various integrations. I'd check those out to see a variety of other behaviors.
@akesterson sorry for the delay. - I think you can leave the HF dataset materializer to one side as a light exception, for the reasons you mention. - we're handling...