diff options
author | kail518 <82623773+kailust@users.noreply.github.com> | 2023-04-25 03:53:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 03:53:08 +0200 |
commit | c85ee3196308f9e110f8444d5ef21b873a973a8c (patch) | |
tree | c87d9fbd922f4635d56a6cd0ef83614e5733ae18 | |
parent | Create Dockerfile (diff) | |
download | gpt4free-c85ee3196308f9e110f8444d5ef21b873a973a8c.tar gpt4free-c85ee3196308f9e110f8444d5ef21b873a973a8c.tar.gz gpt4free-c85ee3196308f9e110f8444d5ef21b873a973a8c.tar.bz2 gpt4free-c85ee3196308f9e110f8444d5ef21b873a973a8c.tar.lz gpt4free-c85ee3196308f9e110f8444d5ef21b873a973a8c.tar.xz gpt4free-c85ee3196308f9e110f8444d5ef21b873a973a8c.tar.zst gpt4free-c85ee3196308f9e110f8444d5ef21b873a973a8c.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 <a name="todo"></a> - [ ] add a GUI for the repo |