Skip to content

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

@samdporter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions