-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update to Tensorflow 2.10.0 #43
base: master-2.9.1-rebased-against-2.8.2
Are you sure you want to change the base?
Conversation
Linter check failed, with the following output: ERROR: /tmp/abs_a1ib4iz79g/clone/recipe/meta.yaml:0: missing_meta_yaml: The recipe is missing a meta.yaml file |
2 similar comments
Linter check failed, with the following output: ERROR: /tmp/abs_a1ib4iz79g/clone/recipe/meta.yaml:0: missing_meta_yaml: The recipe is missing a meta.yaml file |
Linter check failed, with the following output: ERROR: /tmp/abs_a1ib4iz79g/clone/recipe/meta.yaml:0: missing_meta_yaml: The recipe is missing a meta.yaml file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build seems to be failing in many different architectures.
We might have to double check how to resolve the issue before merging.
@varlackc Yeah Prefect can't build any recipe under this folder because it's not a "feedstock", it's just a collection of recipes. For now we can only build these recipes manually on our builders or dev instances. |
Currently this is meant only for
linux-64
(i.e., builds successfully and has been tested), other platforms to follow.The compiler restriction is necessary - the GPU variant does not build with
11.2
which is pinned in the globalcbc.yaml
. The developers have no intention of supporting any version other than the one which is officially supported so there isn't a lot we can do.