Azure-Samples / openai-plugin-fastapi

A simple ChatGPT Plugin running in Codespaces for dev and Azure for production.
MIT License
434 stars 155 forks source link

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

Open zedy-wj opened 11 months ago

zedy-wj commented 11 months ago

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
  2. 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.

jongio commented 11 months ago

Please use GA version of devcontainer, not test-azd

zedy-wj commented 11 months ago

@jongio - Updated to GA version.