Sign inSign up

tractr/auto-gpt

By tractr

Updated over 3 years ago

Docker image with Auto GPT and ttyd installed to make it available in the browser.

Image
0

979

tractr/auto-gpt repository overview

Auto GPT

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.

Usage

Minimalist
docker run -p 7681:7681 -e OPENAI_API_KEY=<apikey> tractr/auto-gpt:latest

Then open http://localhost:7681 in your browser.

More options
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.

Tag summary

Content type

Image

Digest

sha256:342f78470

Size

690.4 MB

Last updated

over 3 years ago

docker pull tractr/auto-gpt