1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-04-29 12:14:48 +00:00

metrics: Use TensorFlow optimized image

This PR replaces the ubuntu image for one which has TensorFlow optimized
for kata metrics.

Fixes 

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-09-07 15:37:06 +00:00
parent cd8c217ee1
commit 3a427795ea
2 changed files with 2 additions and 2 deletions
tests/metrics/machine_learning
resnet50_fp32_dockerfile
resnet50_int8_dockerfile

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
# Usage: FROM [image name]
FROM ubuntu:20.04
FROM intel/intel-optimized-tensorflow:2.9.1
ENV DEBIAN_FRONTEND=noninteractive

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
# Usage: FROM [image name]
FROM ubuntu:20.04
FROM intel/intel-optimized-tensorflow:2.9.1
ENV DEBIAN_FRONTEND=noninteractive