@@ -11,16 +11,27 @@ RUN python3 -m pip install --no-cache-dir \
11
11
proto-plus==1.10.2
12
12
RUN python3 -m pip install --no-cache-dir \
13
13
--use-feature=2020-resolver \
14
- tensorflow-transform==0.25.0 \
15
- tensorflow_model_analysis \
16
- tensorflow-datasets \
17
- tensorflow_probability==0.11.1 \
14
+ tensorflow-transform==1.10.1 \
15
+ tensorflow_model_analysis==0.41.1 \
16
+ tensorflow-datasets==4.7.0 \
17
+ tensorflow_probability==0.17.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
- tfx==0.25.0 \
22
- tfx-bsl==0.25.0 \
23
- tf-agents==0.6.0
21
+ # tensorflow-transform==0.25.0 \
22
+ # tensorflow_model_analysis \
23
+ # tensorflow-datasets \
24
+ # tensorflow_probability==0.11.1 \
25
+ # tensorflow-addons==0.11.2 \
26
+ neural-structured-learning==1.3.1 \
27
+ tensorflow-model-optimization==0.5.0 \
28
+ # tensorflow-model-optimization==0.5.0 \
29
+ tfx==1.10.0 \
30
+ tfx-bsl==1.10.1 \
31
+ tf-agents==0.14.0
32
+ # tfx==0.25.0 \
33
+ # tfx-bsl==0.25.0 \
34
+ # tf-agents==0.6.0
24
35
25
36
RUN python3 -m pip install --no-cache-dir \
26
37
--use-feature=2020-resolver \
@@ -51,7 +62,7 @@ RUN python3 -m pip install --no-cache-dir \
51
62
tensorflow-plot==0.3.2 \
52
63
tensorflow_text==2.8.2 \
53
64
tensorflow-gan==2.0.0
54
- RUN python3 -m pip install --no-cache-dir pyfarmhash==0.3.2 pyarrow==8 .0.0 && \
65
+ RUN python3 -m pip install --no-cache-dir pyfarmhash==0.3.2 pyarrow==5 .0.0 && \
55
66
python3 -m pip install --no-cache-dir \
56
67
-i https://pypi-nightly.tensorflow.org/simple tensorflow-data-validation==1.8.0.dev20220515
57
68
0 commit comments