nate giraldi
nate giraldi
Are you using `--reload` as part of your entrypoint like the comment at the top of the code block indicates? What limits if any are you running with in Kube?...
I should have an opportunity to take a crack it soon, maybe in a week or two. Do you have any particular features you'd like for the logging setup? I...
Same thing happening for me
For question 2, `get-poetry.py` takes a `--version` argument or you can use a `POETRY_VERSION` environment variable. I do the latter in Docker builds.
This might be relevant for anyone who comes across this issue: https://github.com/python-poetry/poetry/discussions/1879
> Yes, I do think so. And provided it was not backwards incompatible it would be a welcome addition. Is it something you'd have interest in writing a PR for?...
Can you provide an example of the issue that you're facing?
You should be able to do just that, meaning `poetry install --no-root && poetry run pip install -e . ...` from the root of your project.