@@ -3,19 +3,18 @@ FROM lablup/common-base:py38-cuda11.3
3
3
RUN python3 -m pip uninstall -y \
4
4
plaidml-keras==0.7.0 \
5
5
tensorflow==2.3.3 \
6
+ google-api-core \
6
7
tensorflow-estimator==2.3.0
7
8
8
9
RUN python3 -m pip install --no-cache-dir --upgrade \
9
10
-q git+https://github.com/google-research/tensorflow_constrained_optimization
10
11
11
12
RUN python3 -m pip install --no-cache-dir \
12
- --use-feature=2020-resolver \
13
- requests_oauthlib==1.3.1 \
13
+ requests_oauthlib==1.3.1 \
14
14
neural-structured-learning==1.4.0 \
15
15
pydot==1.4.2 \
16
16
proto-plus==1.22.1
17
17
RUN python3 -m pip install --no-cache-dir \
18
- --use-feature=2020-resolver \
19
18
tensorflow-transform==1.11.0 \
20
19
tensorflow_model_analysis==0.42.0 \
21
20
tensorflow-datasets==4.7.0 \
@@ -27,9 +26,7 @@ RUN python3 -m pip install --no-cache-dir \
27
26
tfx-bsl==1.11.0 \
28
27
tf-agents==0.14.0
29
28
30
- RUN python3 -m pip uninstall -y google-api-core
31
29
RUN python3 -m pip install --no-cache-dir \
32
- --use-feature=2020-resolver \
33
30
google_cloud_spanner==1.19.3 \
34
31
googleapis-common-protos==1.56.4 \
35
32
google_cloud_videointelligence==1.15.0 \
@@ -50,13 +47,13 @@ RUN python3 -m pip install --no-cache-dir \
50
47
-i https://pypi-nightly.tensorflow.org/simple tensorflow-data-validation==1.11.0
51
48
RUN python3 -m pip install --no-cache-dir \
52
49
tensorflow-graphics-gpu==1.0.0 \
53
- tensorflow-io==0.28.0 \
50
+ tensorflow-io==0.28.0 \
54
51
tensorflow_ranking==0.5.1 \
55
52
tensorflow-plot==0.3.2 \
56
53
tensorflow_text==2.11.0 \
57
54
tensorflow-gan==2.1.0
58
55
RUN python3 -m pip install --no-cache-dir \
59
- tensorflow-gpu==2.11.0 \
56
+ tensorflow-gpu==2.11.0 \
60
57
keras==2.11.0 \
61
58
Keras-Applications==1.0.8 \
62
59
Keras-Preprocessing==1.1.2 \
0 commit comments