mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-13 15:05:23 -05:00
WAF into memory (#4)
* waf-import WIP * waf import to qdrant * waf WIP * add qdrant-init container * call the seed project in the postCreateCommand script * add envvars * update startup script
This commit is contained in:
@@ -2,4 +2,6 @@
|
||||
|
||||
curl -k https://localhost:8081/_explorer/emulator.pem > ~/emulatorcert.crt
|
||||
sudo cp ~/emulatorcert.crt /usr/local/share/ca-certificates/
|
||||
sudo update-ca-certificates
|
||||
sudo update-ca-certificates
|
||||
sleep 10
|
||||
dotnet build util/seed-memory/seed-memory.csproj && dotnet util/seed-memory/bin/Debug/net7.0/seed-memory.dll
|
||||
Reference in New Issue
Block a user