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

Commit 00f0cda

Browse files
authored
Merge pull request #5663 from GabyCT/topic/updatetensorflowdocer
metrics: Update tensorflow Dockerfile
2 parents ee2d1c5 + 2e4a7eb commit 00f0cda

File tree

1 file changed

+2
-0
lines changed
  • metrics/machine_learning/tensorflow_dockerfile

1 file changed

+2
-0
lines changed

metrics/machine_learning/tensorflow_dockerfile/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ FROM intel/intel-optimized-tensorflow:2.9.1
88
# Version of the Dockerfile
99
LABEL DOCKERFILE_VERSION="1.0"
1010

11+
ENV DEBIAN_FRONTEND=noninteractive
12+
1113
RUN apt-get update && \
1214
apt-get install -y --no-install-recommends build-essential git && \
1315
apt-get remove -y unattended-upgrades && \

0 commit comments

Comments
 (0)