-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Docs/docker best practices #9542
base: main
Are you sure you want to change the base?
Commits on Jul 24, 2020
-
use run_pip of env in executor (python-poetry#2701)
This ensures to use the correct python executable. Using `run` simply uses `sys.prefix` with a bin suffix, which is not necessarily the currently used python executable. E.g. when linking a specific python version to a custom directory, using `sys.prefix` may point to the wrong python version: * /usr/bin/python2.7 * /usr/bin/python3.6 * /usr/bin/python is a symlink to 2.7 * /usr/bin/local/python (or any other location) is a symlink to 3.6 which shadows the former symlink `sys.prefix` is `/usr` in this case, which is correct, but the `python` executable there points to the wrong version. `run_pip` in the env fixes this already by using `sys.executable`, see https://github.com/python-poetry/poetry/blob/develop/poetry/utils/env.py#L964 This should be used in the executor as well.
Configuration menu - View commit details
-
Copy full SHA for 4bc181b - Browse repository at this point
Copy the full SHA 4bc181bView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f565f8 - Browse repository at this point
Copy the full SHA 0f565f8View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9afee37 - Browse repository at this point
Copy the full SHA 9afee37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a7ca9 - Browse repository at this point
Copy the full SHA 29a7ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca1352 - Browse repository at this point
Copy the full SHA 2ca1352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25c30d9 - Browse repository at this point
Copy the full SHA 25c30d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e964e - Browse repository at this point
Copy the full SHA 45e964eView commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a9b16f2 - Browse repository at this point
Copy the full SHA a9b16f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d4e36 - Browse repository at this point
Copy the full SHA 32d4e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2d89e8 - Browse repository at this point
Copy the full SHA e2d89e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5500497 - Browse repository at this point
Copy the full SHA 5500497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e616ad - Browse repository at this point
Copy the full SHA 8e616adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4159f - Browse repository at this point
Copy the full SHA 4e4159fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa83a3 - Browse repository at this point
Copy the full SHA aaa83a3View commit details -
remove table of contents because it is created automatically in the s…
…idebar by the framework
Configuration menu - View commit details
-
Copy full SHA for f0b51e9 - Browse repository at this point
Copy the full SHA f0b51e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d62c5a - Browse repository at this point
Copy the full SHA 8d62c5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ad09c - Browse repository at this point
Copy the full SHA 08ad09cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f105c - Browse repository at this point
Copy the full SHA b8f105cView commit details -
Merge branch 'docs/docker-best-practices' of https://github.com/gianf…
…a/poetry into docs/docker-best-practices
Configuration menu - View commit details
-
Copy full SHA for 85c7f6e - Browse repository at this point
Copy the full SHA 85c7f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 439feae - Browse repository at this point
Copy the full SHA 439feaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c541178 - Browse repository at this point
Copy the full SHA c541178View commit details -
feat(docker-examples, minimum-poetry): add COPY poetry.lock; add 'ins…
…tall --no-root' Edit Dockerfile as suggested in - python-poetry#9542 (comment) - python-poetry#9542 (comment)
Configuration menu - View commit details
-
Copy full SHA for 452caed - Browse repository at this point
Copy the full SHA 452caedView commit details -
feat(docker-examples, poetry-multistage): add COPY poetry.loc
Edit Dockerfile as suggested in - python-poetry#9542 (comment)
Configuration menu - View commit details
-
Copy full SHA for 10454a3 - Browse repository at this point
Copy the full SHA 10454a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 246e181 - Browse repository at this point
Copy the full SHA 246e181View commit details