Open nebelgrau77 opened 2 years ago
Hi there,
Thank you for pointing the issue out. You are spot on about the libraries getting a bit outdated. This particular one seems to be rooted in the implicit protobuf
dependency (if I remember correctly) of mlflow.
I am a bit cramped with personal stuff right now, but I'd be very happy to review if you open a PR with a solution.
Otherwise, I am planning to update the repo next month with a lighter-weight setup, though I cannot promise an ETA on that.
Hello,
I would love to try, but I don't know where to start. The reason I found out about it is because I'm trying to learn from the book "Machine Learning Engineering with MLflow", which has examples that at some point stem from your template, I believe. I've been trying to do things from scratch, and stumbled upon this problem. If you could point me to the right file, I could try :)
I don't understand what should be updated, is it MLflow (your minimal version is 1.8.*, the current one is 1.26), or one of the Jupyter components?
Hi,
I'm trying to get it all installed, but MLFlow won't work. The container seems to get started but then it disappears, and restarting it won't help. I looked at the output of the make command, and here it is for MLFlow:
Can it be updated in the Makefile of Dockerfile? I can't tell if it's related to MLFlow itself, or maybe Python?