Skip to content

Reduce Dockerfile Size #8

@Lnaden

Description

@Lnaden

Running list of ideas to get the Dockerfile size down.

  • Cut down the TeX install
    • Fix issue where all of TeXLive was being installed
    • Determine true minimum set of TeX packages needed
  • Reduce CUDA Driver install size
    • De-duplicate the download layer. The 2 commands here download and move/copy the installer file which creates 2 redundant >1GB layers
    • Move the download/and move layers into a single command which ends with removing the downloaded, un-extracted RPM entirely, removing the >1GB layers entirely?

Also welcome to other ideas!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions