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

fix: remove duplicate python3.12 in devcontainer #170

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

wuwentao
Copy link
Owner

PR Description

we have installed both python3.12 in devcontainer

Reason & Detail

our Dockerfile base image is python3.12, and the base os already have builtin python3.12, and install all the requirements via our local repo requirement-all-xxx.txt file.

but devcontainer.json still installed a duplicate python3.12 to the base os and caused default python3 and pip can't work.

just remove it and keep only one python3.12.

Related issue

fix #X

@wuwentao wuwentao changed the title chore: remove duplicate python3.12 in devcontainer fix: remove duplicate python3.12 in devcontainer Jun 25, 2024
@chemelli74 chemelli74 merged commit 01a3b79 into master Jun 25, 2024
10 checks passed
@chemelli74 chemelli74 deleted the remove_duplicate_python3 branch June 25, 2024 07:32
chemelli74 added a commit to chemelli74/midea_ac_lan that referenced this pull request Jun 25, 2024
* fix: dockerfile arg error

* chore: remove duplicate python3.12 install job

---------

Co-authored-by: Simone Chemelli <[email protected]>
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