Skip to content

Commit

Permalink
Patch TensorFlow pipfile to download its own cuda version GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Oct 2, 2024
1 parent eb433fc commit e5bc4f3
Show file tree
Hide file tree
Showing 4 changed files with 841 additions and 672 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 e5bc4f3

Please sign in to comment.