浏览代码

Update README.md

John Lockman 5 年之前
父节点
当前提交
6fefa81943
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      examples/TensorRT-InferenceServer/README.md

+ 5 - 0
examples/TensorRT-InferenceServer/README.md

@@ -13,6 +13,11 @@ Copy models to shared NFS location
 
 `cp -rp model_repository ensemble_model_repository /home/k8sSHARE`
 
+Fix permissions on model files
+
+`chmod -R a+r /home/k8sSHARE/model_repository`
+
+
 ## Deploy Prometheus and Grafana
 
 Prometheus collects metrics for viewing in Grafana. Install the prometheus-operator for these components. The serviceMonitorSelectorNilUsesHelmValues flag is needed so that Prometheus can find the inference server metrics in the example release deployed below: