A docker container for autogen-stuido is now available as standard, this repo is no longer required see AutoGen samples
This repository contains a dockerfile which can be used to build a docker image for the Autogen Studio. The docker image can be used to run the Autogen Studio in a docker container.
To build the docker image, run the following command in the root of this repository:
docker build -t autogenstudio .
To run the docker image, run the following command:
docker run -it --rm -p 8081:8081 -e "OPENAI_API_KEY=your_openai_api_key" autogenstudio
The Autogen Studio will be available at http://localhost:8081.