| Thanks a lot for the quick response. I found a workaround though, I can use a `.dockerignore` file with:
That would make the image building process to ignore everything outside the docker directory, which is what I wanted. Nevertheless, I think is a good feature to have in pipeline models, specially a `build_args` option since it makes it as flexible and future-proof as it can get. |