mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-13 06:55:10 -05:00
* docs update WIP * getting started guide updated * update getting started guide * clarify github app creation * add webhook secret to getting started guide and gh-flow app * restructure Readme * fix the Organization assumption * add mermaid diagram of the event flow * devtunnel feature to devcontainer * throw all the exceptions and add the history to the prompt * Update github-flow.md * update readme
7 lines
270 B
Docker
7 lines
270 B
Docker
FROM mcr.microsoft.com/devcontainers/dotnet:8.0
|
|
# Install the xz-utils package
|
|
# RUN apt-get update && apt-get install -y xz-utils ca-certificates curl gnupg
|
|
|
|
# RUN curl -fsSL https://aka.ms/install-azd.sh | bash
|
|
|
|
# RUN curl -sL https://aka.ms/DevTunnelCliInstall | bash |