Skip to content

Commit 7bddc8b

Browse files
authored
Update Dockerfile.2.11-py38-cuda11.3
1 parent 38bb175 commit 7bddc8b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

python-tensorflow/Dockerfile.2.11-py38-cuda11.3

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@ FROM lablup/common-base:py38-cuda11.3
33
RUN python3 -m pip uninstall -y \
44
plaidml-keras==0.7.0 \
55
tensorflow==2.3.3 \
6+
google-api-core \
67
tensorflow-estimator==2.3.0
78

89
RUN python3 -m pip install --no-cache-dir --upgrade \
910
-q git+https://github.com/google-research/tensorflow_constrained_optimization
1011

1112
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 \
1414
neural-structured-learning==1.4.0 \
1515
pydot==1.4.2 \
1616
proto-plus==1.22.1
1717
RUN python3 -m pip install --no-cache-dir \
18-
--use-feature=2020-resolver \
1918
tensorflow-transform==1.11.0 \
2019
tensorflow_model_analysis==0.42.0 \
2120
tensorflow-datasets==4.7.0 \
@@ -27,9 +26,7 @@ RUN python3 -m pip install --no-cache-dir \
2726
tfx-bsl==1.11.0 \
2827
tf-agents==0.14.0
2928

30-
RUN python3 -m pip uninstall -y google-api-core
3129
RUN python3 -m pip install --no-cache-dir \
32-
--use-feature=2020-resolver \
3330
google_cloud_spanner==1.19.3 \
3431
googleapis-common-protos==1.56.4 \
3532
google_cloud_videointelligence==1.15.0 \
@@ -50,13 +47,13 @@ RUN python3 -m pip install --no-cache-dir \
5047
-i https://pypi-nightly.tensorflow.org/simple tensorflow-data-validation==1.11.0
5148
RUN python3 -m pip install --no-cache-dir \
5249
tensorflow-graphics-gpu==1.0.0 \
53-
tensorflow-io==0.28.0 \
50+
tensorflow-io==0.28.0 \
5451
tensorflow_ranking==0.5.1 \
5552
tensorflow-plot==0.3.2 \
5653
tensorflow_text==2.11.0 \
5754
tensorflow-gan==2.1.0
5855
RUN python3 -m pip install --no-cache-dir \
59-
tensorflow-gpu==2.11.0 \
56+
tensorflow-gpu==2.11.0 \
6057
keras==2.11.0 \
6158
Keras-Applications==1.0.8 \
6259
Keras-Preprocessing==1.1.2 \

0 commit comments

Comments
 (0)