Skip to content

Commit e9f6167

Browse files
committed
update tensorflow-probability
1 parent 4ba2d6b commit e9f6167

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
@@ -14,13 +14,13 @@ RUN python3 -m pip install --no-cache-dir \
1414
tensorflow-transform==1.10.1 \
1515
tensorflow_model_analysis==0.41.1 \
1616
tensorflow-datasets==4.7.0 \
17-
tensorflow_probability==0.11.1 \
17+
tensorflow_probability==0.18.0 \
1818
tensorflow-addons==0.11.2 \
1919
neural-structured-learning==1.3.1 \
2020
tensorflow-model-optimization==0.5.0 \
2121
tfx==1.10.0 \
2222
tfx-bsl==1.10.1 \
23-
tf-agents==0.6.0
23+
tf-agents==0.14.0
2424

2525
RUN python3 -m pip install --no-cache-dir \
2626
--use-feature=2020-resolver \
@@ -49,7 +49,7 @@ RUN python3 -m pip install --no-cache-dir \
4949
tensorflow_text==2.4.1 \
5050
tensorflow-gan==2.0.0
5151
RUN python3 -m pip install --no-cache-dir \
52-
tensorflow-gpu==2.8.0 \
52+
tensorflow-gpu==2.10.0 \
5353
tensorboard-plugin-wit \
5454
tensorboard numpy scipy
5555

0 commit comments

Comments
 (0)