Skip to content

Instantly share code, notes, and snippets.

View aalonzolu's full-sized avatar

Andrés Alonzo y Alonzo aalonzolu

View GitHub Profile
@aalonzolu
aalonzolu / installed_python_packages_google_run.MD
Last active October 6, 2023 22:42
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)