File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,12 @@ git clone https://github.com/opea-project/GenAIComps.git
41
41
cd GenAIComps
42
42
```
43
43
44
- ### 1. Build LVM Image
44
+ ### 1. Build LVM and NGINX Docker Image
45
45
46
46
``` bash
47
47
docker build --no-cache -t opea/lvm-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/lvms/Dockerfile_tgi .
48
+
49
+ docker build --no-cache -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/nginx/Dockerfile .
48
50
```
49
51
50
52
### 2. Build MegaService Docker Image
@@ -103,7 +105,7 @@ export host_ip="External_Public_IP"
103
105
** Append the value of the public IP address to the no_proxy list**
104
106
105
107
```
106
- export your_no_proxy=${your_no_proxy},"External_Public_IP "
108
+ export your_no_proxy=" ${your_no_proxy},${host_ip} "
107
109
```
108
110
109
111
``` bash
You can’t perform that action at this time.
0 commit comments