Skip to content

Commit 7d4cc3e

Browse files
Non-interactive installation during docker build (#533)
1 parent 1a68da1 commit 7d4cc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-engine/model_engine_server/inference/pytorch_or_tf.base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /app
77
# TODO: ffmpeg, libsm6, and lixext6 are essentially hardcoded from lidar.
88
# It's probably more correct to add support for arbitrary user-specified base images,
99
# otherwise this base image gets bloated over time.
10-
RUN apt-get update && apt-get install -y \
10+
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
1111
apt-utils \
1212
dumb-init \
1313
git \

0 commit comments

Comments
 (0)