Skip to content

Commit

Permalink
chore(launchable): update git clone URL and directory paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandhanani committed Dec 15, 2024
1 parent 3553814 commit d388284
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions launchable/ara.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,7 @@
"metadata": {},
"outputs": [],
"source": [
"!git clone https://github.com/dglogo/GenerativeAIExamples.git"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "b5992623-3098-447b-ae48-9050e39dc2fb",
"metadata": {},
"outputs": [],
"source": [
"!mv GenerativeAIExamples/community/developer-blueprint/ai-research-assistant ."
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "980928d4-a318-49fa-b411-85e87eb7c070",
"metadata": {},
"outputs": [],
"source": [
"!rm -rf GenerativeAIExamples/"
"!git clone https://github.com/NVIDIA-AI-Blueprints/pdf-to-podcast.git"
]
},
{
Expand Down Expand Up @@ -220,7 +200,7 @@
"source": [
"%%bash\n",
"\n",
"cd ai-research-assistant/\n",
"cd pdf-to-podcast/\n",
"\n",
"# Backup existing .env if it exists\n",
"if [ -f .env ]; then\n",
Expand Down Expand Up @@ -263,7 +243,7 @@
"%%bash\n",
"\n",
"source $HOME/.local/bin/env\n",
"cd ai-research-assistant/\n",
"cd pdf-to-podcast/\n",
"\n",
"make uv"
]
Expand All @@ -279,7 +259,7 @@
"In a separate terminal window, run \n",
"\n",
"```\n",
"cd ai-research-assistant/\n",
"cd pdf-to-podcast/\n",
"make all-services\n",
"```"
]
Expand Down

0 comments on commit d388284

Please sign in to comment.