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 \
2727 ca-certificates \
2828 curl \
2929 git \
30+ gcc-10 \
31+ g++-10 \
3032 libcurl3-dev \
3133 libfreetype6-dev \
3234 libpng-dev \
@@ -105,6 +107,7 @@ RUN bazel build --color=yes --curses=yes \
105107 --verbose_failures \
106108 --output_filter=DONT_MATCH_ANYTHING \
107109 ${TF_SERVING_BUILD_OPTIONS} \
110+ --config=kokoro \
108111 tensorflow_serving/model_servers:tensorflow_model_server && \
109112 cp bazel-bin/tensorflow_serving/model_servers/tensorflow_model_server \
110113 /usr/local/bin/
@@ -115,6 +118,7 @@ RUN bazel build --color=yes --curses=yes \
115118 --verbose_failures \
116119 --output_filter=DONT_MATCH_ANYTHING \
117120 ${TF_SERVING_BUILD_OPTIONS} \
121+ --config=kokoro \
118122 tensorflow_serving/tools/pip_package:build_pip_package && \
119123 bazel-bin/tensorflow_serving/tools/pip_package/build_pip_package \
120124 /tmp/pip && \
You can’t perform that action at this time.
0 commit comments