From 34699fd3bc97e4c7ffd61e15abf1eba6a11f4175 Mon Sep 17 00:00:00 2001 From: Nesh Devanathan Date: Mon, 21 Aug 2023 18:59:23 +0000 Subject: [PATCH] Fixed package to tensorflow-io --- Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index ec60a83a..6833bb0a 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -194,7 +194,7 @@ RUN pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html RUN pip install \ "tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \ "tensorflow==${TENSORFLOW_VERSION}" \ - "tensorflow==${TENSORFLOW_IO_VERSION}"\ + "tensorflow-io==${TENSORFLOW_IO_VERSION}"\ tensorflow-addons \ tensorflow_decision_forests \ tensorflow_text && \