Skip to content

Commit 13d16bd

Browse files
authored
Pin tensorflowjs (#1298)
A new version of tensorflowjs has been released and requires tensorflow >= 2.13. We are currently using 2.12 and this is causing a test failure. Full context in bug. http://b/300552705
1 parent 8ea3fab commit 13d16bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ RUN pip install flashtext \
520520
pyarabic \
521521
pandasql \
522522
tensorflow_hub \
523-
tensorflowjs \
523+
# b/300552705 Remove pin once we upgrade to TensorFlow 2.13
524+
tensorflowjs==4.10 \
524525
jieba \
525526
# ggplot is broken and main repo does not merge and release https://github.com/yhat/ggpy/pull/668
526527
https://github.com/hbasria/ggpy/archive/0.11.5.zip \

0 commit comments

Comments
 (0)