Skip to content

Commit 2467404

Browse files
committed
NO-JIRA: add hash verification for TensorFlow ROCm wheel in Pipfiles
1 parent bbdad6e commit 2467404

File tree

2 files changed

+2
-2
lines changed
  • jupyter/rocm/tensorflow/ubi9-python-3.12
  • runtimes/rocm-tensorflow/ubi9-python-3.12

2 files changed

+2
-2
lines changed

jupyter/rocm/tensorflow/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tf2onnx = "~=1.16.1"
1111
[packages]
1212
# ROCm TensorFlow packages
1313
# https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/tensorflow-install.html#using-a-wheels-package
14-
tensorflow-rocm = {file = "https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4/tensorflow_rocm-2.18.1-cp312-cp312-manylinux_2_28_x86_64.whl"}
14+
tensorflow-rocm = {version = "==2.18.1", file = "https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4/tensorflow_rocm-2.18.1-cp312-cp312-manylinux_2_28_x86_64.whl", hashes = ["sha256:814a5e4842b0c92d63c7a0bb4df0baf51ff2db8615535d83fe8958204b840598"]}
1515
tensorboard = "~=2.18.0"
1616

1717
# Datascience and useful extensions

runtimes/rocm-tensorflow/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tf2onnx = "~=1.16.1"
1111
[packages]
1212
# ROCm TensorFlow packages
1313
# https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/tensorflow-install.html#using-a-wheels-package
14-
tensorflow-rocm = {file = "https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4/tensorflow_rocm-2.18.1-cp312-cp312-manylinux_2_28_x86_64.whl"}
14+
tensorflow-rocm = {version = "==2.18.1", file = "https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4/tensorflow_rocm-2.18.1-cp312-cp312-manylinux_2_28_x86_64.whl", hashes = ["sha256:814a5e4842b0c92d63c7a0bb4df0baf51ff2db8615535d83fe8958204b840598"]}
1515
tensorboard = "~=2.18.0"
1616

1717
# Datascience and useful extensions

0 commit comments

Comments
 (0)