devcontainer with cosmos + qdrant (#3)

This commit is contained in:
Kosta Petan
2023-06-12 11:58:09 +02:00
committed by GitHub
parent 90a527f65f
commit 9f082784c7
6 changed files with 124 additions and 0 deletions

5
.devcontainer/Dockerfile Normal file
View 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