keras_image_similarity_training icon indicating copy to clipboard operation
keras_image_similarity_training copied to clipboard

Switch to using a Python Package manager

Open draco2003 opened this issue 2 years ago • 0 comments

Currently the Dockerfile has hardcoded python package versions in it. So while this builds a functioning container it does not allow us to use standard build and maintenance practices for keeping those packages up to date.

It would be great to have someone pull those versions out to a requirements.txt or pyproject.toml based list and add the appropriate changes to the Dockerfile, CI and Renovate configuration.

draco2003 avatar Oct 28 '22 14:10 draco2003