GSTT-CSC / GSTT-CSC/MLOps-tutorial
Docker build fix: remove unavailable software-properties-common
Open
- 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.