Skip to content

Commit

Permalink
Remove install from image tutorial (#549)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Yurick <[email protected]>
  • Loading branch information
sarahyurick authored Feb 14, 2025
1 parent 0f0cb31 commit 7042c2c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tutorials/image-curation/image-curation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"metadata": {},
"source": [
"## Install NeMo Curator\n",
"This installs NeMo Curator and some additional libraries for helper functions in the notebook"
"\n",
"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",
"\n",
"We also need to install some additional libraries for helper functions in the notebook:"
]
},
{
Expand All @@ -49,9 +52,7 @@
},
"outputs": [],
"source": [
"!pip install ipywidgets aiofiles\n",
"# Install from source by default\n",
"!pip install --extra-index-url https://pypi.nvidia.com ../../[image]"
"!pip install ipywidgets aiofiles"
]
},
{
Expand Down

0 comments on commit 7042c2c

Please sign in to comment.