From 5a1e70c4f6e6d9a90eec7876a989efea7ceec6eb Mon Sep 17 00:00:00 2001 From: "junjie.jiang" Date: Mon, 16 Oct 2023 11:01:52 +0800 Subject: [PATCH] fix build interface Signed-off-by: junjie.jiang --- .../2_deep_dive_text_image_search.ipynb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/image/text_image_search/2_deep_dive_text_image_search.ipynb b/image/text_image_search/2_deep_dive_text_image_search.ipynb index 667cc06..8ca8f35 100644 --- a/image/text_image_search/2_deep_dive_text_image_search.ipynb +++ b/image/text_image_search/2_deep_dive_text_image_search.ipynb @@ -1,6 +1,7 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "id": "c2218b66", "metadata": {}, @@ -11,6 +12,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "ae6b056f", "metadata": {}, @@ -33,6 +35,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "ba622fa5", "metadata": {}, @@ -102,6 +105,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "2b111adf", "metadata": {}, @@ -169,6 +173,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "9994a9f4", "metadata": {}, @@ -188,6 +193,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "414cfe20", "metadata": {}, @@ -234,6 +240,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "8e8f12cf", "metadata": {}, @@ -264,7 +271,7 @@ " .output('text','search_res')\n", ")\n", "\n", - "towhee.build_docker_image_v2(\n", + "towhee.build_docker_image(\n", " dc_pipeline=p_search,\n", " image_name='text_image_search:v1',\n", " cuda_version='11.7', # '117dev' for developer\n", @@ -274,6 +281,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "226f16ba", "metadata": {}, @@ -282,6 +290,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "a27395a2", "metadata": {}, @@ -295,6 +304,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "id": "4e3bafa9", "metadata": {},