Skip to content

ideonate/gpt-code-ui-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt-code-ui-docker

Sophisticated docker builds for parent project ricklamers/gpt-code-ui.

example workflow

Easy setup. Compatible. Tweakable. Scaleable.

Supported platforms

amd64, arm64

Supported versions

Containers follow the version scheme of the parent project

main (default), 0.42.14, etc.

See Releases

Prerequisites

  • docker and docker compose are available on your system

Run

  • get docker-compose.yml
  • update OPENAI_API_KEY in this file
  • docker compose up from same dir
  • open http://localhost:8080

Runtime options

Environment variables to set for the specific service

version selection GPTCODEUI_VERSION

Prepend, e.g. GPTCODEUI_VERSION=0.42.14

Get the latest builds / update

docker compose pull

Cleanup

docker compose rm

Contributing

When there is a new version and there is need of builds or you require the latest main build, feel free to open an issue

Problems?

Open an issue on the Issue Tracker

Limitations

We cannot support issues regarding the base software. Please refer to the main project page mentioned in the second line of this card.

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%