Adi Berkowitz
Adi Berkowitz
I am having the same issue. Also it is eating up all the CPU (Using docker)
I believe I found solution. If I set a max download speed to 15 mb (I am sure you can do more). I stop seeing drops to 0
> > Makes a ton of sense, thanks @tiangolo. I think this is pretty high-priority now that the release is out. > > 🚀 🎉 > > > Here, you're...
@zanieb Thank you! I figured out a way in the end If I do the uv sync and venv activation inside a different workdir like /opt as well as set...
> Does adding the `.venv` to your project's `.dockerignore` fix that too? It didn’t in my case.
I can retest using your suggestion, however I recall in my original tests (before these comments) I had actually done that (with dockerignore) and it didn’t help. Post these comments,...
@zanieb The updated guide is pretty thorough and helpful! I was actually able to get it working using a watch config which I guess is fine though it seems inconsistent...
Right, so I guess just having the ability to run `uv pip install —lock` or something would work as well. Assuming it basically installs and resolves dependencies in the same...
Hitting same issue in windows Jellyfin 10.9.8. I migrated hard drives which I guess resulted in an issue. I have since learned how I can do a better job! What...
Hitting this also