4

I'm using images derived from the deep-learning containers to run several tasks in the AI Platform Notebooks product. In order to make some changes to my derived images, it would be really helpful to know how the parent images are built but I can't find a repository for the code that actually builds the images (ie. the Dockerfiles) anywhere. Does anyone know where these can be found?

I can obviously pull up the container registry, but that doesn't help me to see how the images are built...

UpstatePedro
  • 410
  • 4
  • 10
  • I dont think they are open source. – Prashant Oct 31 '19 at 11:34
  • 4
    You can pull a container image and show the "history" for the container. This shows you how it is built and what the original starting image. This does not mean that you access the original image. You can add to and remove parts of the image. You can also export an image to a `tar` archive file, modify and then reimport. – John Hanley Oct 31 '19 at 13:50
  • Like this: https://stackoverflow.com/a/75291419/2023941 – intotecho Jan 31 '23 at 03:26

0 Answers0