Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
metrics: Update tensorflow Dockerfile
Browse files Browse the repository at this point in the history
This PR updates the Tensorflow Dockerfile in order to avoid
that when installing the packages we have an interactive mode.

Fixes #5662

Signed-off-by: Gabriela Cervantes <[email protected]>
  • Loading branch information
GabyCT committed May 29, 2023
1 parent 84189e8 commit 2e4a7eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metrics/machine_learning/tensorflow_dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ FROM intel/intel-optimized-tensorflow:2.9.1
# Version of the Dockerfile
LABEL DOCKERFILE_VERSION="1.0"

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential git && \
apt-get remove -y unattended-upgrades && \
Expand Down

0 comments on commit 2e4a7eb

Please sign in to comment.