Re: [PATCH 1/2] Dockerfile: Populate a pip cache

2023-03-23 Thread Tom Rini
On Fri, Mar 24, 2023 at 07:28:32AM +1300, Simon Glass wrote: > Hi Tom, > > On Thu, 23 Mar 2023 at 08:19, Tom Rini wrote: > > > > Given the number of jobs in CI we have which use python and pip install > > packages, we should do this once in the Dockerfile, in order to populate > > the cache. We

Re: [PATCH 1/2] Dockerfile: Populate a pip cache

2023-03-23 Thread Simon Glass
Hi Tom, On Thu, 23 Mar 2023 at 08:19, Tom Rini wrote: > > Given the number of jobs in CI we have which use python and pip install > packages, we should do this once in the Dockerfile, in order to populate > the cache. We let each job continue to create and use the virtual > environments they

[PATCH 1/2] Dockerfile: Populate a pip cache

2023-03-22 Thread Tom Rini
Given the number of jobs in CI we have which use python and pip install packages, we should do this once in the Dockerfile, in order to populate the cache. We let each job continue to create and use the virtual environments they need to facilitate making updates to these environments easier.