Re: [v2 2/2] Dockerfile: Populate a pip cache

2023-04-04 Thread Tom Rini
On Thu, Mar 23, 2023 at 02:57:58PM -0400, 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

Re: [v2 2/2] Dockerfile: Populate a pip cache

2023-03-26 Thread Simon Glass
On Fri, 24 Mar 2023 at 07:58, 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 need to

[v2 2/2] Dockerfile: Populate a pip cache

2023-03-23 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.