File tree Expand file tree Collapse file tree 3 files changed +194
-1253
lines changed
image_processing/src/image_processing Expand file tree Collapse file tree 3 files changed +194
-1253
lines changed Original file line number Diff line number Diff line change 57
57
- id : compile-image-processing-requirements
58
58
name : compile-image-processing-requirements
59
59
language : system
60
- entry : bash -c 'cd image_processing && exec uv export --all-extras > src/image_processing/requirements.txt'
60
+ entry : bash -c 'cd image_processing && exec uv export --all-extras --frozen --no-hashes > src/image_processing/requirements.txt'
61
61
pass_filenames : false
Original file line number Diff line number Diff line change 2
2
"IsEncrypted" : false ,
3
3
"Values" : {
4
4
"AIService__DocumentIntelligence__Endpoint" : " <documentIntelligenceEndpoint>" ,
5
+ "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
6
+ "FUNCTIONS_WORKER_RUNTIME" : " python" ,
5
7
"OpenAI__ApiKey" : " <openAIKey if using non managed identity>" ,
6
8
"OpenAI__ApiVersion" : " <openAIApiVersion>" ,
7
9
"OpenAI__CompletionDeployment" : " <openAIEmbeddingDeploymentId>" ,
8
10
"OpenAI__Endpoint" : " <openAIEndpoint>" ,
11
+ "SCM_DO_BUILD_DURING_DEPLOYMENT" : " true" ,
9
12
"StorageAccount__Name" : " <Name of storage account if using identity based connections>"
10
13
}
11
14
}
You can’t perform that action at this time.
0 commit comments