aws / aws/sagemaker-scikit-learn-container
Python 3.8 Instead of Python 3.9
- Dominant language
- Python
- Stars
- 188
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
The change in this file seems to be the cause of the downgraded version of Python.
https://github.com/aws/sagemaker-scikit-learn-container/blob/master/docker/1.2-1/base/Dockerfile.cpu
It seems this line is the cause of the downgrade.
echo "python ${PYTHON_VERSION}.*" >> /miniconda3/conda-meta/pinned && \
Could you help us with this issue?
Thanks.
Contributor guide
Research direction
Start with docker/1.2-1/base/Dockerfile.cpu, especially the command that writes python ${PYTHON_VERSION}.* to /miniconda3/conda-meta/pinned. Check how that pin affects the base image, then build or inspect the image to confirm it uses Python 3.9 rather than Python 3.8.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100