Skip to content

Instantly share code, notes, and snippets.

@aalonzolu
Last active October 6, 2023 22:42
Show Gist options
  • Select an option

  • Save aalonzolu/542e3a54f486cdeb3c9b95ee39ec74be to your computer and use it in GitHub Desktop.

Select an option

Save aalonzolu/542e3a54f486cdeb3c9b95ee39ec74be to your computer and use it in GitHub Desktop.

Revisions

  1. aalonzolu renamed this gist Oct 6, 2023. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. aalonzolu revised this gist Oct 6, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion info.MD
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    1) pull google 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)
  3. aalonzolu revised this gist Oct 6, 2023. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions info.MD
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    1) pull google image
    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
    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)
  4. aalonzolu created this gist Oct 6, 2023.
    4 changes: 4 additions & 0 deletions info.MD
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    1) pull google image
    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)