Skip to content

Commit

Permalink
[Do not merge][Tensorflow] Build with GPU enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 24, 2022
1 parent 058c335 commit 85243c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow-requires.file
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Requires: py3-cython py3-protobuf py3-astor py3-six py3-termcolor py3-absl-py
Requires: py3-opt-einsum py3-flatbuffers
Requires: eigen protobuf zlib libpng libjpeg-turbo curl giflib sqlite grpc flatbuffers py3-pybind11
BuildRequires: py3-wheel
%define enable_gpu 0
%define enable_gpu 1
%if %{enable_gpu}
%if "%{cmsos}" != "slc7_aarch64"
## INCLUDE cuda-flags
Expand Down

0 comments on commit 85243c5

Please sign in to comment.