Image Open AI generator
Poetry can be used to manage dependencies locally. Poetry dependencies must be exported (synchronized) to requirements.txt
if deploying to Azure app service for python applications,
as by default at least, it installs dependencies from requirements.txt when building the container.
To update requirements.txt, run
poetry export --without-hashes --without dev -f requirements.txt -o requirements.txt
<< FILL ME IN>>
You can deploy the servcie and run it periodically on Google Cloud.
- Create a Cloud Function (serverless), and deploy the code there.
- Create a Cloud Scheduler to hit the URL of your Cloud Function at some periodicity. Authentication should be enabled, and restrict authentication within your Google Cloud project's servcie account.