-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
backend.dockerfile # Install Poetry source not found #495
Comments
as a workaround you can use the current installation script found under After replacing it the backend was fine (also see here #485) |
Thank you @Pr0curo , i was having same issue, the workaround of updating backend.dockerfile and celeryworker.dockerfile with below works: |
thanks all, however, I'm getting this error when trying @pankajarm solution
|
Try:
|
You need to change the link to (get-poetry.py -> install-poetry.py ):
|
Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues. |
in backend.dockerfile # Install Poetry does not execute because
https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
not found 404
The text was updated successfully, but these errors were encountered: