File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "image" : " mcr.microsoft.com/devcontainers/python:3.10-bullseye" ,
55 "features" : {
66 // See https://containers.dev/features for list of features
7- "ghcr.io/devcontainers/features/docker-in-docker:2" : {
8- },
9- "ghcr.io/azure/ azure-dev/azd:latest " : {}
7+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
8+ "ghcr.io/azure/azure-dev/azd:latest" : { },
9+ "ghcr.io/devcontainers/features/ azure-cli:1 " : {}
1010 }
1111}
Original file line number Diff line number Diff line change 1313 preprovision :
1414 posix :
1515 shell : sh
16- run : ./scripts/validate_model_deployment_quotas.sh --subscription $AZURE_SUBSCRIPTION_ID --location $AZURE_LOCATION --models-parameter "aiModelDeployments"
16+ run : chmod u+r+x ./scripts/validate_model_deployment_quotas.sh; chmod u+r+x ./scripts/validate_model_quota.sh; ./scripts/validate_model_deployment_quotas.sh --subscription $AZURE_SUBSCRIPTION_ID --location $AZURE_LOCATION --models-parameter "aiModelDeployments"
1717 interactive : false
1818 continueOnError : false
1919 windows :
You can’t perform that action at this time.
0 commit comments