From b3f10c12b078366f6caa2bdcd275ed53eda03457 Mon Sep 17 00:00:00 2001 From: Qi Zheng Date: Wed, 23 Oct 2019 06:16:42 +0000 Subject: [PATCH] Use computer-vision-openvino to reduce container size Signed-off-by: Qi Zheng --- openvino/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvino/Dockerfile b/openvino/Dockerfile index 8d957da..233de81 100644 --- a/openvino/Dockerfile +++ b/openvino/Dockerfile @@ -16,7 +16,7 @@ RUN source /os-release && \ mkdir /install_root \ && swupd os-install -V ${VERSION_ID} \ --path /install_root --statedir /swupd-state \ - --bundles=os-core-update,curl,python3-basic,computer-vision-basic,computer-vision-models --no-boot-update + --bundles=os-core-update,curl,computer-vision-openvino --no-boot-update # For some Host OS configuration with redirect_dir on, # extra data are saved on the upper layer when the same