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 55253a3 commit f67218fCopy full SHA for f67218f
python-tensorflow/Dockerfile.2.10-py38-cuda11.3
@@ -13,13 +13,13 @@ RUN python3 -m pip install --no-cache-dir \
13
--use-feature=2020-resolver \
14
tensorflow-transform==1.10.1 \
15
tensorflow_model_analysis==0.41.1 \
16
- tensorflow-datasets \
+ tensorflow-datasets==4.7.0 \
17
tensorflow_probability==0.11.1 \
18
tensorflow-addons==0.11.2 \
19
neural-structured-learning==1.3.1 \
20
tensorflow-model-optimization==0.5.0 \
21
- tfx==0.25.0 \
22
- tfx-bsl==0.25.0 \
+ tfx==1.10.1 \
+ tfx-bsl==1.10.1 \
23
tf-agents==0.6.0
24
25
RUN python3 -m pip install --no-cache-dir \
0 commit comments