Skip to content

cache resent model as part of dockerbuild process #3

Description

@mike-gangl

When running at scale... we end up hanging/getting blocked by pytorch when downloading the resnet model.

"https://download.pytorch.org/models/resnet34-333f7ec4.pth" to /root/.cache/torch/hub/checkpoints/resnet34-333f7ec4.pth

instead of doing this at runtime, we should do this during docker build so it's not downloaded thousands of time by the batch operators.

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