File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ RUN python3 -m pip install --no-cache-dir \
14
14
tensorflow-transform==1.10.1 \
15
15
tensorflow_model_analysis==0.41.1 \
16
16
tensorflow-datasets==4.7.0 \
17
- tensorflow_probability==0.11.1 \
17
+ tensorflow_probability==0.18.0 \
18
18
tensorflow-addons==0.11.2 \
19
19
neural-structured-learning==1.3.1 \
20
20
tensorflow-model-optimization==0.5.0 \
21
21
tfx==1.10.0 \
22
22
tfx-bsl==1.10.1 \
23
- tf-agents==0.6 .0
23
+ tf-agents==0.14 .0
24
24
25
25
RUN python3 -m pip install --no-cache-dir \
26
26
--use-feature=2020-resolver \
@@ -49,7 +49,7 @@ RUN python3 -m pip install --no-cache-dir \
49
49
tensorflow_text==2.4.1 \
50
50
tensorflow-gan==2.0.0
51
51
RUN python3 -m pip install --no-cache-dir \
52
- tensorflow-gpu==2.8 .0 \
52
+ tensorflow-gpu==2.10 .0 \
53
53
tensorboard-plugin-wit \
54
54
tensorboard numpy scipy
55
55
You can’t perform that action at this time.
0 commit comments