mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-13 23:35:17 -05:00
Orleans improvements (#6)
* namespace fixes + remove skills definitios from Actors project * add waf context to actors * deploy to Azure WIP * add bicep for gh-flow and cosmos * azure deploy fixes * azure deploy WIP
This commit is contained in:
@@ -4,4 +4,10 @@ RUN apt-get update && apt-get install -y xz-utils nodejs npm
|
||||
|
||||
RUN curl -fsSL https://aka.ms/install-azd.sh | bash
|
||||
|
||||
RUN curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | \
|
||||
sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null && \
|
||||
echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | \
|
||||
sudo tee /etc/apt/sources.list.d/ngrok.list && \
|
||||
sudo apt update && sudo apt install ngrok
|
||||
|
||||
RUN npm i -g azure-functions-core-tools@4 --unsafe-perm true
|
||||
Reference in New Issue
Block a user