mirror of
https://github.com/microsoft/autogen.git
synced 2025-06-26 22:30:10 +00:00
7 lines
322 B
Docker
7 lines
322 B
Docker
# Note: You can use any Debian/Ubuntu based image you want.
|
|
FROM mcr.microsoft.com/devcontainers/base:ubuntu
|
|
|
|
# [Optional] Uncomment this section to install additional OS packages.
|
|
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|
# && apt-get -y install --no-install-recommends <your-package-list-here>
|