Skip to content
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

Update Dockerfile to use python 3.6 specifically #3298

Merged
merged 2 commits into from
Apr 20, 2023

Conversation

bobowwb
Copy link
Contributor

@bobowwb bobowwb commented Apr 19, 2023

line 98 should be
curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py && \ to avoid
#16 106.9 ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.

line 98 should be
curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py && \
to avoid
microsoft#16 106.9 ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.
@bobowwb bobowwb requested review from jeffra and awan-10 as code owners April 19, 2023 02:54
@loadams loadams changed the title Update Dockerfile Update Dockerfile to use python 3.6 specifically Apr 20, 2023
Copy link
Contributor

@loadams loadams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeffra - the changes in this PR work but do mean we're using python 3.6, do we want to eventually update that or leave it for now?

@loadams loadams merged commit ab1d2f8 into microsoft:master Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants