Skip to content

WaywardHayward/autogen-studio-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Autogen Studio Docker Image

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.

Building the docker image

To build the docker image, run the following command in the root of this repository:

docker build -t autogenstudio .

Running the docker image

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.

About

A Dockerfile for autogen studio

Topics

Resources

Stars

Watchers

Forks