Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

.devcontainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Devcontainer Configurations for AG2

Welcome to the .devcontainer directory! Here you'll find Dockerfiles and devcontainer configurations that are essential for setting up your AG2 development environment. Below is a brief overview and how you can utilize them effectively.

These configurations can be used with Codespaces and locally.

Developing AG2 with Devcontainers

Prerequisites

Getting Started

  1. Open the project in Visual Studio Code.
  2. Press Ctrl+Shift+P and select Dev Containers: Reopen in Container.
  3. Select the desired python environment and wait for the container to build.
  4. Once the container is built, you can start developing AG2.

Troubleshooting Common Issues

  • Check Docker daemon, port conflicts, and permissions issues.

Additional Resources

For more information on Docker usage and best practices, refer to the official Docker documentation.