Skip to content

Commit

Permalink
changed hardcoded lines to FILL-THIS-IN
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 committed Oct 10, 2024
1 parent 8c3a176 commit 59d6343
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@
"metadata": {},
"outputs": [],
"source": [
"location = \"West US 2\"\n",
"resource_group = \"rapidsai-deployment\"\n",
"vnet = \"rapidsai-deployment-vnet\"\n",
"security_group = \"rapidsaiclouddeploymenttest-nsg\"\n",
"location = \"FILL-THIS-IN\"\n",
"resource_group = \"FILL-THIS-IN\"\n",
"vnet = \"FILL-THIS-IN\"\n",
"security_group = \"FILL-THIS-IN\"\n",
"vm_size = \"Standard_NC12s_v3\" # or choose a different GPU enabled VM type\n",
"\n",
"docker_image = \"{{rapids_container}}\"\n",
Expand Down

0 comments on commit 59d6343

Please sign in to comment.