We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d23fe commit d47c396Copy full SHA for d47c396
python-tensorflow/Dockerfile.2.4-py36-cuda10.1
@@ -18,11 +18,12 @@ RUN python3 -m pip install --no-cache-dir \
18
RUN python3 -m pip install --no-cache-dir \
19
--use-feature=2020-resolver \
20
requests_oauthlib==1.2.0 \
21
- neural-structured-learning==1.3.1
22
-
+ neural-structured-learning==1.3.1 \
+ pydot==1.4.0 \
23
+ proto-plus==1.10.2
24
25
- tensorflow-transform==0.24.1 \
26
+ tensorflow-transform==0.25.0 \
27
tensorflow_model_analysis \
28
tensorflow-datasets==4.1.0 \
29
tensorflow_probability==0.11.1 \
0 commit comments