diff --git a/README.md b/README.md index 24b8101..7b5c2c9 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,12 @@ export OPENAI_API_KEY=`cat openai_key` minyma server run # Docker Quick Start -make docker_build_local docker run \ -p 5000:5000 \ -e OPENAI_API_KEY=`cat openai_key` \ -e DATA_PATH=/data \ -v ./data:/data \ - minyma:latest + gitea.va.reichard.io/evan/minyma:latest ``` The server will now be accessible at `http://localhost:5000` @@ -76,6 +75,9 @@ pip install -e . # Creds export OPENAI_API_KEY=`cat openai_key` + +# Docker +make docker_build_local ``` # Notes diff --git a/minyma/templates/index.html b/minyma/templates/index.html index 21af51a..d6bdc8f 100644 --- a/minyma/templates/index.html +++ b/minyma/templates/index.html @@ -2,10 +2,14 @@
+