Skip to content

Commit c2054ff

Browse files
committed
update tfs base docker image to ubuntu bionic
1 parent 3308bef commit c2054ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tensorflow_serving/tools/docker/Dockerfile.arm

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ARG BUILD_OPTS
3737
RUN bazel build --verbose_failures --output_filter=DONT_MATCH_ANYTHING --config=${ARCH} \
3838
${BUILD_OPTS} tensorflow_serving/model_servers:tensorflow_model_server
3939

40-
FROM ${ARCH}/debian:stretch-slim as tensorflow_model_server
40+
FROM ${ARCH}/ubuntu:bionic as tensorflow_model_server
4141
# Install TF Serving binary
4242
COPY --from=build /tensorflow-serving/bazel-bin/tensorflow_serving/model_servers/tensorflow_model_server /usr/bin/tensorflow_model_server
4343
# Expose ports

0 commit comments

Comments
 (0)