Skip to content

Commit b1953a5

Browse files
committed
Add missing nginx docker image build
1 parent 1c07a38 commit b1953a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

VisualQnA/docker/xeon/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ git clone https://github.com/opea-project/GenAIComps.git
4141
cd GenAIComps
4242
```
4343

44-
### 1. Build LVM Image
44+
### 1. Build LVM and NGINX Docker Image
4545

4646
```bash
4747
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 .
4850
```
4951

5052
### 2. Build MegaService Docker Image
@@ -103,7 +105,7 @@ export host_ip="External_Public_IP"
103105
**Append the value of the public IP address to the no_proxy list**
104106

105107
```
106-
export your_no_proxy=${your_no_proxy},"External_Public_IP"
108+
export your_no_proxy="${your_no_proxy},${host_ip}"
107109
```
108110

109111
```bash

0 commit comments

Comments
 (0)