GoogleCloudPlatform / llm-pipeline-examples

Apache License 2.0
105 stars 25 forks source link

Fix instructions and yml for gcloud run #39

Closed Chris113113 closed 1 year ago

Chris113113 commented 1 year ago

Mapping of environment variables from a .list file used for docker run, and the yml for gcloud run is not 1:1. This PR includes fixes for that, along with some clarifying comments in the readme.

Chris113113 commented 1 year ago

Includes fixes for #36 #37 #38