Azure-Samples / openai-plugin-fastapi

A simple ChatGPT Plugin running in Codespaces for dev and Azure for production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating/work-with this template for GHA and Azd Devcontainer feature.

zedy-wj opened this issue · comments

We are updating this template to support new features in Github Action and Azd Devcontainer.

  1. For the Github Action feature: We will remove two lines of code on container image and add GHA code after checkout step in the .github/workflow/azure-dev.yml file. (Shown as below)
image
  1. For the Azd Devcontainer feature: We will remove dockerfile in .devcontainer folder and add the following code in devcontainer.json file,
"ghcr.io/azure/azure-dev/azd:latest": {}

and image also need to be add instead of build.
image

@rajeshkamal5050 , @digitarald , @jongio for notification.

Please use GA version of devcontainer, not test-azd

@jongio - Updated to GA version.