-
Notifications
You must be signed in to change notification settings - Fork 68
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
Create Pipfile.lock
s with the Python version that is used in the respective image
#574
Comments
From the discussions below, pip has
It does not seem possible to put something into Pipfile itself to pin Python version. |
Of course you can. Example: https://github.com/opendatahub-io-contrib/workbench-images/blob/8c1c0cf735c6754fdaa332f83056dc386549ff75/base/c9s/3.11/Pipfile#L14 It's in the requirements file that you cannot set it. But that should not be a problem, because you use the requirements file in an already installed Python environment, so you have already chosen your version. |
@paulovmr mentioned that architecture could be culprit, if locking runs on arm64/aarch64 or amd64/x86_64 |
Originally posted by @jiridanek in #572 (comment)
The text was updated successfully, but these errors were encountered: