Skip to content

Instantly share code, notes, and snippets.

@aalonzolu
Last active October 6, 2023 22:42
Show Gist options
  • Save aalonzolu/542e3a54f486cdeb3c9b95ee39ec74be to your computer and use it in GitHub Desktop.
Save aalonzolu/542e3a54f486cdeb3c9b95ee39ec74be to your computer and use it in GitHub Desktop.
Check installed python packages on Google Cloud Run Image
  1. pull google image ( see pull command on artifact registry)
  2. run with: docker run --rm -it --entrypoint bash <image:tag>
  3. Inside the image execute: ls /layers/google.python.pip/pip/lib/python3.9/site-packages (Change python version if nessesary)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment