Skip to content

Commit

Permalink
Add filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Archana-Shinde1 committed Jun 24, 2024
1 parent 2ee659d commit ef0fa52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ outputs:
host:
- git >=2.2
- bazel {{ bazel }}
- cudatoolkit {{ cudatoolkit }}
- cudatoolkit {{ cudatoolkit }} #[build_type == 'cuda']
- setuptools {{ setuptools }}
- python {{ python }}
- numpy {{ numpy }}
Expand All @@ -48,7 +48,7 @@ outputs:
- python {{ python }}
- numpy {{ numpy }}
- tensorflow-base {{ tensorflow }}
- cudatoolkit {{ cudatoolkit }}
- cudatoolkit {{ cudatoolkit }} #[build_type == 'cuda']
- _tensorflow_select 1.0 #[build_type == 'cpu']
- _tensorflow_select 2.0 #[build_type == 'cuda']
- keras {{ keras }}
Expand All @@ -65,7 +65,7 @@ outputs:
host:
- git >=2.2
- setuptools {{ setuptools }}
- cudatoolkit {{ cudatoolkit }}
- cudatoolkit {{ cudatoolkit }} #[build_type == 'cuda']
- python {{ python }}
- numpy {{ numpy }}
- tensorflow-base {{ tensorflow }}
Expand All @@ -75,6 +75,7 @@ outputs:
- tensorflow-estimator {{ tensorflow }}
- tensorboard {{ tensorboard }}
run:
- cudatoolkit {{ cudatoolkit }} #[build_type == 'cuda']
- python {{ python }}
- numpy {{ numpy }}
- tensorflow-base {{ tensorflow }}
Expand Down

0 comments on commit ef0fa52

Please sign in to comment.