Skip to content

Docker build fix: remove unavailable software-properties-common #14

Description

@samdporter

RUN apt-get update && \

mlops run ... failed during Docker build on python:3.10-slim because apt could not find software-properties-common.

I just removed software-properties-common from the apt install list in the Dockerfile and this seems to work. Is this needed at some point?

So, new line is: apt-get install -y --no-install-recommends build-essential git rsync

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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