File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
VideoQnA/docker_compose/intel/cpu/xeon Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export your_hf_api_token="Your_Huggingface_API_Token"
140
140
** Append the value of the public IP address to the no_proxy list**
141
141
142
142
```
143
- export your_no_proxy=${your_no_proxy},"External_Public_IP "
143
+ export your_no_proxy=" ${your_no_proxy},${host_ip} "
144
144
```
145
145
146
146
Then you can run below commands or ` source set_env.sh ` to set all the variables
@@ -156,7 +156,7 @@ export RERANK_SERVICE_HOST_IP=${host_ip}
156
156
export LVM_SERVICE_HOST_IP=${host_ip}
157
157
158
158
export LVM_ENDPOINT=" http://${host_ip} :9009"
159
- export BACKEND_SERVICE_ENDPOINT=" http://${host_ip} :8888/v1/chatqna "
159
+ export BACKEND_SERVICE_ENDPOINT=" http://${host_ip} :8888/v1/videoqna "
160
160
export BACKEND_HEALTH_CHECK_ENDPOINT=" http://${host_ip} :8888/v1/health_check"
161
161
export DATAPREP_SERVICE_ENDPOINT=" http://${host_ip} :6007/v1/dataprep"
162
162
export DATAPREP_GET_FILE_ENDPOINT=" http://${host_ip} :6007/v1/dataprep/get_file"
You can’t perform that action at this time.
0 commit comments