wuwentao / midea_ac_lan

Auto-configure and then control your Midea M-Smart devices (Air conditioner, Fan, Water heater, Washer, etc) via local area network.
MIT License
263 stars 11 forks source link

fix: remove duplicate python3.12 in devcontainer #170

Closed wuwentao closed 3 months ago

wuwentao commented 3 months ago

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