cdbackend python -m venv envNamesourceenvName/bin/activate pip install -r requirements.txt uvicorn score:app --reload Deploy in Cloud To deploy the app and packages on Google Cloud Platform, run the following command on google cloud run: ...