Skip to content

Commit 199f148

Browse files
committed
tensorflow-transform 0.23.0
1 parent 660c648 commit 199f148

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python-tensorflow/Dockerfile.2.3-py36-cuda10.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ RUN mkdir /bazel && \
2929
RUN python3 -m pip install --no-cache-dir \
3030
mesh-tensorflow==0.1.16 \
3131
cachetools==3.1.0 \
32-
tensorflow-transform==0.22.0 \
33-
tensorflow_model_analysis==0.22.2 \
32+
tensorflow-transform==0.23.0 \
33+
tensorflow_model_analysis==0.23.0 \
3434
ngraph-tensorflow-bridge==0.18.0 \
35-
tensorflow-metadata==0.22.2 \
35+
tensorflow-metadata==0.23.0 \
3636
tensorflow-datasets==3.2.0 \
3737
tensorflow_probability==0.10.1 \
3838
tensorwatch==0.9.1 \
@@ -43,7 +43,7 @@ RUN python3 -m pip install --no-cache-dir \
4343
tensorflow_constrained_optimization \
4444
tensorflow-graphics-gpu==1.0.0 \
4545
tensorflow-gan==2.0.0 \
46-
tensorflow-data-validation==0.22.0 \
46+
tensorflow-data-validation==0.23.0 \
4747
tensorflow-model-optimization==0.3.0
4848
RUN python3 -m pip install --no-cache-dir --upgrade \
4949
jupyter-tensorboard==0.2.0 \

0 commit comments

Comments
 (0)