mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
devcontainer with cosmos + qdrant (#3)
This commit is contained in:
5
.devcontainer/Dockerfile
Normal file
5
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM mcr.microsoft.com/devcontainers/dotnet:0-7.0
|
||||
# Install the xz-utils package
|
||||
RUN apt-get update && apt-get install -y xz-utils nodejs
|
||||
|
||||
RUN curl -fsSL https://aka.ms/install-azd.sh | bash
|
||||
Reference in New Issue
Block a user