diff --git a/src/Readme.md b/src/Readme.md index 26a4a3a..1f08ab3 100644 --- a/src/Readme.md +++ b/src/Readme.md @@ -4,4 +4,20 @@ docker build -t aifaq . Now run this image from this command ```bash docker run --gpus all -p 3000:3000 -p 8080:8080 aifaq -``` \ No newline at end of file +``` + +To check the frontend running on the lightining ai studio. +1. Click on this add icon. + +![alt text](image-3.png) + +2. Install the web port from here . + +![alt text](image.png) + +3. Now click on this icon. + +![alt text](image-1.png) + +4. Now update the port 3000 in here. +![alt text](image-2.png) \ No newline at end of file diff --git a/src/image-1.png b/src/image-1.png new file mode 100644 index 0000000..f6d879a Binary files /dev/null and b/src/image-1.png differ diff --git a/src/image-2.png b/src/image-2.png new file mode 100644 index 0000000..06756c7 Binary files /dev/null and b/src/image-2.png differ diff --git a/src/image-3.png b/src/image-3.png new file mode 100644 index 0000000..ce3e695 Binary files /dev/null and b/src/image-3.png differ diff --git a/src/image.png b/src/image.png new file mode 100644 index 0000000..e0b600c Binary files /dev/null and b/src/image.png differ