Docker image with Auto GPT and ttyd installed to make it available in the browser.
979
Source repository: https://github.com/tractr/docker-images/tree/main/servers/auto-gpt
Docker image with Auto GPT and ttyd installed to make it available in the browser.
You should serve this container behind a reverse proxy with HTTPS and authentication.
It only accepts one connection at a time.
docker run -p 7681:7681 -e OPENAI_API_KEY=<apikey> tractr/auto-gpt:latest
Then open http://localhost:7681 in your browser.
docker run -p 7681:7681 \
-e GOOGLE_API_KEY=<apikey> \
-e OPENAI_API_KEY=<apikey> \
-e MEMORY_BACKEND=redis \
-e REDIS_HOST=localhost \
-e REDIS_PORT=6379 \
-e REDIS_PASSWORD=<PASSWORD> \
-e WIPE_REDIS_ON_START=False \
-e AUTO_GPT_ARGS="--gpt4only --debug" \
tractr/auto-gpt:latest
To check all available options, see the env file.
More info here.
Content type
Image
Digest
sha256:342f78470…
Size
690.4 MB
Last updated
over 3 years ago
docker pull tractr/auto-gpt