File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
tensorflow_serving/tools/docker Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
27
27
ca-certificates \
28
28
curl \
29
29
git \
30
+ gcc-10 \
31
+ g++-10 \
30
32
libcurl3-dev \
31
33
libfreetype6-dev \
32
34
libpng-dev \
@@ -105,6 +107,7 @@ RUN bazel build --color=yes --curses=yes \
105
107
--verbose_failures \
106
108
--output_filter=DONT_MATCH_ANYTHING \
107
109
${TF_SERVING_BUILD_OPTIONS} \
110
+ --config=kokoro \
108
111
tensorflow_serving/model_servers:tensorflow_model_server && \
109
112
cp bazel-bin/tensorflow_serving/model_servers/tensorflow_model_server \
110
113
/usr/local/bin/
@@ -115,6 +118,7 @@ RUN bazel build --color=yes --curses=yes \
115
118
--verbose_failures \
116
119
--output_filter=DONT_MATCH_ANYTHING \
117
120
${TF_SERVING_BUILD_OPTIONS} \
121
+ --config=kokoro \
118
122
tensorflow_serving/tools/pip_package:build_pip_package && \
119
123
bazel-bin/tensorflow_serving/tools/pip_package/build_pip_package \
120
124
/tmp/pip && \
You can’t perform that action at this time.
0 commit comments