Python version pinning mechanism in docker-stack-foundation does not match comment description #2084
Closed
1 task done
Labels
type:Bug
A problem with the definition of one of the docker images maintained here
What docker image(s) are you using?
docker-stacks-foundation
Host OS system
Ubuntu 22.04
Host architecture
x86_64
What Docker command are you running?
docker run -it -p 8888:8888 quay.io/jupyter/scipy-notebook
How to Reproduce the problem?
Try to extend the containers based on docker-stacks-foundation and install other packages (such as RAPIDS.ai) with specific requirements for Python revision versions for Conda. The installation fails.
Command output
Expected behavior
Adding
sed 's/\.[^.]*$/.* /'
is the correct solution to the explanation of# Pin major.minor version of python
.Thus:
Actual behavior
Anything else?
No response
Latest Docker version
The text was updated successfully, but these errors were encountered: