Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 631 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 631 Bytes

GAIHackathon0823

Using Docker

Container build

This builds a container for the application in the pipelines subdirectory. The image name will be called gai:latest

  • docker-compose build

Run container

  • Create a file with your OpenAI key in a file called openai.key
  • docker-compose up
  • Browse to http://localhost:8051