Skip to content

Commit

Permalink
Merge pull request kata-containers#5663 from GabyCT/topic/updatetenso…
Browse files Browse the repository at this point in the history
…rflowdocer

metrics: Update tensorflow Dockerfile
  • Loading branch information
dborquez authored May 31, 2023
2 parents ee2d1c5 + 2e4a7eb commit 00f0cda
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 00f0cda

Please sign in to comment.