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

Poetry URL seem to be not working inside the Dockerfile for backend and celery #518

Closed
jpmc216 opened this issue May 26, 2023 · 4 comments
Closed
Labels

Comments

@jpmc216
Copy link

jpmc216 commented May 26, 2023

=> ERROR [backend:latest 3/7] RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && 0.5s
=> CANCELED [celeryworker:latest 1/10] FROM docker.io/library/python:3.7@sha256:d98fd1fa8fd1756bfe883b5004a60cfc428a1ce6e575652b771b66c8db222478 0.4s

Got it working by replacing this URL (https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py) with https://install.python-poetry.org in the dockerfile.

@dave-mitchell
Copy link

This worked for me as well. Thank you for posting.

@willingc
Copy link

PRs #524 and #529 have 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.

@github-actions github-actions bot closed this as completed Feb 2, 2024
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

4 participants