From c85ee3196308f9e110f8444d5ef21b873a973a8c Mon Sep 17 00:00:00 2001 From: kail518 <82623773+kailust@users.noreply.github.com> Date: Tue, 25 Apr 2023 08:53:08 +0700 Subject: Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd984c3..00ca6212 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,17 @@ By the way, thank you so much for `2k` stars and all the support!! - [`sqlchat`](./sqlchat/README.md) - [replit Example (feel free to fork this repl)](#replit) - + +- [Docker](./README.md) +Build +``` +docker build -t gpt4free:latest . +``` +Run +``` +docker run -p 8501:8501 gpt4free:latest +``` + ## Todo - [ ] add a GUI for the repo -- cgit v1.2.3