Skip to content

Commit

Permalink
Merge pull request #245 from junjiejiangjjj/fix_build
Browse files Browse the repository at this point in the history
fix build interface
  • Loading branch information
jaelgu authored Oct 23, 2023
2 parents 98cf3eb + 5a1e70c commit b5cb629
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion image/text_image_search/2_deep_dive_text_image_search.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "c2218b66",
"metadata": {},
Expand All @@ -11,6 +12,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ae6b056f",
"metadata": {},
Expand All @@ -33,6 +35,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ba622fa5",
"metadata": {},
Expand Down Expand Up @@ -102,6 +105,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "2b111adf",
"metadata": {},
Expand Down Expand Up @@ -169,6 +173,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "9994a9f4",
"metadata": {},
Expand All @@ -188,6 +193,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "414cfe20",
"metadata": {},
Expand Down Expand Up @@ -234,6 +240,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "8e8f12cf",
"metadata": {},
Expand Down Expand Up @@ -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",
Expand All @@ -274,6 +281,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "226f16ba",
"metadata": {},
Expand All @@ -282,6 +290,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "a27395a2",
"metadata": {},
Expand All @@ -295,6 +304,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "4e3bafa9",
"metadata": {},
Expand Down

0 comments on commit b5cb629

Please sign in to comment.