Skip to content

Commit 1ae0773

Browse files
authored
Remove install from image tutorial (#551)
* Update image-curation.ipynb Signed-off-by: Sarah Yurick <53962159+sarahyurick@users.noreply.github.com> * Update tutorials/image-curation/image-curation.ipynb Signed-off-by: Sarah Yurick <53962159+sarahyurick@users.noreply.github.com> * Update tutorials/image-curation/image-curation.ipynb Signed-off-by: Sarah Yurick <53962159+sarahyurick@users.noreply.github.com> --------- Signed-off-by: Sarah Yurick <53962159+sarahyurick@users.noreply.github.com>
1 parent c893ed5 commit 1ae0773

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tutorials/image-curation/image-curation.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
"metadata": {},
3737
"source": [
3838
"## Install NeMo Curator\n",
39-
"This installs NeMo Curator and some additional libraries for helper functions in the notebook"
39+
"\n",
40+
"If you have not already, please install NeMo Curator by following the [README](https://github.com/NVIDIA/NeMo-Curator?tab=readme-ov-file#nemo-curator); you should install either `nemo-curator[all]` or `nemo-curator[image]` for this tutorial. If you are using the NeMo Framework Container, then NeMo Curator is already installed and no action is needed.\n",
41+
"\n",
42+
"We also need to install some additional libraries for helper functions in the notebook:"
4043
]
4144
},
4245
{
@@ -49,9 +52,7 @@
4952
},
5053
"outputs": [],
5154
"source": [
52-
"!pip install ipywidgets aiofiles\n",
53-
"# Install from source by default\n",
54-
"!pip install --extra-index-url https://pypi.nvidia.com ../../[image]"
55+
"!pip install ipywidgets aiofiles"
5556
]
5657
},
5758
{

0 commit comments

Comments
 (0)