Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get-poetry does not work #514

Closed
denpetrov opened this issue May 17, 2023 · 5 comments
Closed

get-poetry does not work #514

denpetrov opened this issue May 17, 2023 · 5 comments
Labels

Comments

@feightwywx
Copy link

same problem

btw, #485 may fix this but it's still not merged

@linrh-dut
Copy link

update backend/backend.dockerfile and backend/celeryworker.dockerfile two files
replace:

RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/opt/poetry python
cd /usr/local/bin && \
ln -s /opt/poetry/bin/poetry && \
poetry config virtualenvs.create false

to:

RUN pip install poetry && \
poetry config virtualenvs.create false

@willingc
Copy link

PRs #524 and #529 for the corrected files if you want to take a look.

@tiangolo
Copy link
Member

Thanks! This was solved in #480 🎉

And thanks @willingc! 🍰

Copy link

github-actions bot commented Feb 2, 2024

Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants