GSTT-CSC / GSTT-CSC/MLOps-tutorial

Docker build fix: remove unavailable software-properties-common

Open
#14 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Description

https://github.com/GSTT-CSC/MLOps-tutorial/blob/a739a9dcded0800dfcc7dbf7ccf09ca77f4f59a8/Dockerfile#L5

`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`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.