Skip to content

Commit f67218f

Browse files
committed
update tfx-bsl
1 parent 55253a3 commit f67218f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-tensorflow/Dockerfile.2.10-py38-cuda11.3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ RUN python3 -m pip install --no-cache-dir \
1313
--use-feature=2020-resolver \
1414
tensorflow-transform==1.10.1 \
1515
tensorflow_model_analysis==0.41.1 \
16-
tensorflow-datasets \
16+
tensorflow-datasets==4.7.0 \
1717
tensorflow_probability==0.11.1 \
1818
tensorflow-addons==0.11.2 \
1919
neural-structured-learning==1.3.1 \
2020
tensorflow-model-optimization==0.5.0 \
21-
tfx==0.25.0 \
22-
tfx-bsl==0.25.0 \
21+
tfx==1.10.1 \
22+
tfx-bsl==1.10.1 \
2323
tf-agents==0.6.0
2424

2525
RUN python3 -m pip install --no-cache-dir \

0 commit comments

Comments
 (0)