Skip to content

Commit

Permalink
Merge pull request #35 from brevdev/bp-improvement
Browse files Browse the repository at this point in the history
improve language and git clone error for pdf blueprint
  • Loading branch information
athreesh authored Oct 23, 2024
2 parents 82c8df6 + 318a09b commit ece8739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf-blueprint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"source": [
"## Clone the repository and log into Docker\n",
"\n",
"In order to spin up this blueprint, you will need to apply for access [here](https://developer.nvidia.com/nemo-microservices). After you generate an API key, paste it below where we run `export NGC_API_KEY=`"
"In order to spin up this blueprint, you will need an NGC api key. Talk to your NVIDIA rep or apply for access [here](https://developer.nvidia.com/nemo-microservices). After you get your API key, paste it below where we run `export NGC_API_KEY=`."
]
},
{
Expand All @@ -90,7 +90,7 @@
"source": [
"%%bash\n",
"\n",
"git clone https://github.com/ishandhanani/nv-ingest\n",
"[ -d \"nv-ingest\" ] || git clone https://github.com/ishandhanani/nv-ingest\n",
"\n",
"cd nv-ingest\n",
"\n",
Expand Down

0 comments on commit ece8739

Please sign in to comment.