Skip to content

Commit

Permalink
Fixed package to tensorflow-io
Browse files Browse the repository at this point in the history
  • Loading branch information
neshdev committed Aug 21, 2023
1 parent b675232 commit 34699fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 34699fd

Please sign in to comment.