Yes, as Tom says, those are not published anywhere. You need to generate them yourself. That was covered on the thread that I gave you earlier in this discussion.
The other key point here is that there is no single version that works with all assignments. Here’s another recent thread showing that some assignments use TF 2.3.0 and some use TF 2.9.1 at the moment. And that may also evolve over time. You need to do it for each assignment individually at the time that you save it locally. That also implies that you may need the ability to maintain parallel environments. One way to do that is to use conda
, which is also discussed on that first linked thread.