Skip to content

Commit d47c396

Browse files
committed
proto-plus-1.10.2
1 parent 87d23fe commit d47c396

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ RUN python3 -m pip install --no-cache-dir \
1818
RUN python3 -m pip install --no-cache-dir \
1919
--use-feature=2020-resolver \
2020
requests_oauthlib==1.2.0 \
21-
neural-structured-learning==1.3.1
22-
21+
neural-structured-learning==1.3.1 \
22+
pydot==1.4.0 \
23+
proto-plus==1.10.2
2324
RUN python3 -m pip install --no-cache-dir \
2425
--use-feature=2020-resolver \
25-
tensorflow-transform==0.24.1 \
26+
tensorflow-transform==0.25.0 \
2627
tensorflow_model_analysis \
2728
tensorflow-datasets==4.1.0 \
2829
tensorflow_probability==0.11.1 \

0 commit comments

Comments
 (0)