Last active
October 6, 2023 22:42
-
-
Save aalonzolu/542e3a54f486cdeb3c9b95ee39ec74be to your computer and use it in GitHub Desktop.
Revisions
-
aalonzolu renamed this gist
Oct 6, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
aalonzolu revised this gist
Oct 6, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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) -
aalonzolu revised this gist
Oct 6, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` (Change python version if nessesary) -
aalonzolu created this gist
Oct 6, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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)