Browse Source

Update README.md

John Lockman 5 years ago
parent
commit
5c5dd979b2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/TensorRT-InferenceServer/README.md

+ 2 - 2
examples/TensorRT-InferenceServer/README.md

@@ -140,8 +140,8 @@ example-tensorrt-inference-server           LoadBalancer   10.150.77.138    192.
 
 ## Setup NGC login secret for nvcr.io
 
-<pre> kubectl create secret docker-registry <your-secret-name> --docker-server=<your-registry-server> --docker-username=<your-registry-username> --docker-password=<your-registry-apikey> --docker-email=<your-email>
-</pre> 
+`kubectl create secret docker-registry <your-secret-name> --docker-server=<your-registry-server> --docker-username=<your-registry-username> --docker-password=<your-registry-apikey> --docker-email=<your-email>
+`
 
 Parameter Description:
 docker-registry <your-secret-name> – the name you will use for this secret