Skip to content

Commit

Permalink
Merge pull request #722 from atheo89/RHOAIENG-13129-patch
Browse files Browse the repository at this point in the history
Patch TensorFlow Pipfile to download its own cuda version GPU
  • Loading branch information
openshift-merge-bot[bot] authored Oct 4, 2024
2 parents 609ffb8 + e152a9e commit e7c515e
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 220 deletions.
2 changes: 1 addition & 1 deletion jupyter/tensorflow/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"

[packages]
# TensorFlow packages
tensorflow = "~=2.17.0"
tensorflow = {version = "~=2.17.0", extras = ["and-cuda"]}
tensorboard = "~=2.17.1"
tf2onnx = "~= 1.16.1"

Expand Down
Loading

0 comments on commit e7c515e

Please sign in to comment.